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