From 5b178444091e6c233484b7f6ccdd337e112c31e2 Mon Sep 17 00:00:00 2001 From: deltax Date: Wed, 10 Jan 2018 17:42:15 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 36bdf69..4039ff1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,20 +1,11 @@ root = true [*] +charset = utf-8 end_of_line = lf +indent_size = 2 +indent_style = space insert_final_newline = true -max_line_length=120 - -[*.sh] -indent_style = tab -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true - -[*.zsh] -indent_style = tab -indent_size = 2 -charset = utf-8 trim_trailing_whitespace = true [*.md]