From d1ebc9d798cccb4a517636b7ad34c61ad7089df4 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Tue, 11 Apr 2017 12:05:48 +1200 Subject: [PATCH] Use standard PostCSS .editorconfig --- .editorconfig | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index afb1408a1..e2cb9700e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,14 +2,11 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.js] -indent_size = 4 - -[*.css] -indent_size = 4 +[*.{json,yml}] +indent_size = 2