diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index f5a029187c..e25596d077 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,13 +19,13 @@ max_line_length = 88 indent_size = 2 [**/admin/js/vendor/**] -indent_style = ignore -indent_size = ignore +indent_style = unset +indent_size = unset # Minified JavaScript files shouldn't be changed [**.min.js] -indent_style = ignore -insert_final_newline = ignore +indent_style = unset +insert_final_newline = unset # Makefiles always use tabs for indentation [Makefile] |
