From d8d5704d1e4a4dcab632efd68a265c2622cd4e3d Mon Sep 17 00:00:00 2001 From: linuxdaemon Date: Fri, 15 Feb 2019 03:59:03 -0600 Subject: [PATCH] Add .yml to .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e044f79c7..70b6ba789 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,6 @@ indent_size = 4 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true + +[*.{yml,yaml}] +indent_size = 2