Commit 36286361b7585cda3fab6be4551bf25a3f9b2d6b

Authored by Leonardo Merlin
1 parent f7d6493a

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 9 trim_trailing_whitespace = true
10 10 insert_final_newline = true
11 11  
  12 +[*.html]
  13 +indent_size = 4
  14 +
12 15 [*.md]
13 16 trim_trailing_whitespace = false
14 17  
... ...