Commit 36286361b7585cda3fab6be4551bf25a3f9b2d6b
1 parent
f7d6493a
Exists in
master
and in
6 other branches
code style: set HTML identation to 4
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
.editorconfig
@@ -9,6 +9,9 @@ charset = utf-8 | @@ -9,6 +9,9 @@ charset = utf-8 | ||
9 | trim_trailing_whitespace = true | 9 | trim_trailing_whitespace = true |
10 | insert_final_newline = true | 10 | insert_final_newline = true |
11 | 11 | ||
12 | +[*.html] | ||
13 | +indent_size = 4 | ||
14 | + | ||
12 | [*.md] | 15 | [*.md] |
13 | trim_trailing_whitespace = false | 16 | trim_trailing_whitespace = false |
14 | 17 |