diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index fe1ae2d..d241554 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,4 +4,10 @@ root = true end_of_line = lf insert_final_newline = true indent_style = space -indent_size = 2 +indent_size = 4 + +[*.html] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4 |