Skip to content

Commit

Permalink
style(editorconfig): update .editorconfig, disable .mustache file indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ymind committed Aug 1, 2020
1 parent f1ccbc1 commit bdb1a12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ end_of_line = lf
[{*.yml, *.yaml}]
indent_size = 2

[*.xml]
[{*.html, *.xml}]
indent_size = 2

[*.json]
[{*.json, *.json5}]
indent_size = 2

[*.mustache]
[*.md.mustache]
indent_size = 0
insert_final_newline = false

0 comments on commit bdb1a12

Please sign in to comment.