From 6b6cad6059d373e287f60074c74b859d6e8bb36a Mon Sep 17 00:00:00 2001 From: Cronus1007 Date: Wed, 23 Dec 2020 02:27:29 +0530 Subject: [PATCH] final commit --- .editorconfig | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.editorconfig b/.editorconfig index c538eeba7..c1999fb1f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,24 +16,12 @@ max_line_length = 80 # The JSON files contain newlines inconsistently [*.json] -indent_size = 4 -insert_final_newline = ignore - -# No need to use the spaces for contents.lr file -[*.lr] +indent_size = 2 insert_final_newline = true -trim_trailing_whitespace = true -indent_style = ignore -insert_final_newline = ignore - -# No need to use the spaces for .ini files -[*.ini] -indent_style = ignore -insert_final_newline = ignore # Minified JavaScript files shouldn't be changed [**.min.js] -indent_style = ignore +indent_style = 2 insert_final_newline = ignore # Makefiles always use tabs for indentation