From 7d66bb9c3bda1f094b8b1bf09ef7b95e7a9cf924 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Thu, 8 Dec 2016 20:47:18 -0300 Subject: [PATCH] Improvement editorconfig --- .editorconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2bd49bd..85a84c3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,13 @@ -# editorconfig.org +# http://editorconfig.org/ root = true [*] indent_style = tab -indent_size = 2 +end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.md] -trim_trailing_whitespace = false +[{*.yml}] +indent_style = space +indent_size = 2