From 2bbafd950d9b4005ef215ff7106ab7ed600c66af Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 14 Jan 2015 17:46:52 -0500 Subject: [PATCH] updating editorconfig settings --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 09459e5..971de2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,8 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.md] -trim_trailing_whitespace = false +[*.{json,xml,yml}] +indent_size = 2 -[*.yml] +[*.{md,yml}] trim_trailing_whitespace = false