From f43ab1ce3bc71c53d7298353429138b34a8aa464 Mon Sep 17 00:00:00 2001 From: cssmagic Date: Wed, 27 Apr 2016 22:17:12 +0800 Subject: [PATCH] Sync EditorConfig with cssmagic/sample. --- .editorconfig | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.editorconfig b/.editorconfig index f48505f..7c9fcfd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,20 +4,19 @@ root = true [*] -end_of_line = lf charset = utf-8 -trim_trailing_whitespace = true +indent_style = tab +end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = true -[**.{json}] +[{package,bower}.json] indent_style = space indent_size = 2 -[**.{js,html,css,styl}] -indent_style = tab - -[**.{html}] +[*.{html}] quote_type = double -[**.{js,css}] -curly_bracket_next_line = false +[*.md] +# use `
` to insert a line break explicitly. +; trim_trailing_whitespace = false