From dd1474990ce6fb26265297bcc58107e507809f27 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Thu, 29 Oct 2020 23:05:49 +0200 Subject: [PATCH] Modify general editorconfig settings --- .editorconfig | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5a376252..3997f583 100755 --- a/.editorconfig +++ b/.editorconfig @@ -1,23 +1,17 @@ # EditorConfig is awesome: http://EditorConfig.org [*] -indent_style = tab -indent_size = 4 +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 -shell_variant = bash -binary_next_line = true # like -bn -switch_case_indent = true # like -ci -space_redirects = true # like -sr -keep_padding = true # like -kp -end_of_line = lf -charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false - [.git*] indent_style = tab