From 270d022b19e6be18f38a67af2475bd59566a542c Mon Sep 17 00:00:00 2001 From: Siarhei Khilko Date: Mon, 30 Mar 2015 21:33:18 -0700 Subject: [PATCH] Update preferences for css files --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 951742a..67fdf9e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,5 +21,7 @@ insert_final_newline = true trim_trailing_whitespace = false [{package,bower}.json] -indent_style = space +indent_size = 2 + +[*.css,*.scss] indent_size = 2