diff --git a/.editorconfig b/.editorconfig index c44e8fb..2baa148 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,16 +5,12 @@ root = true [*] charset = utf-8 indent_size = 2 -indent_style = space +indent_style = tab end_of_line = lf -insert_final_newline = true trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.html] -insert_final_newline = false - [*.{html,css,js,yaml,toml,json}] indent_size = 4