Skip to content

Commit

Permalink
ci: indent html by 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Sep 16, 2022
1 parent 19e1ec8 commit 17a5f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ insert_final_newline = true
trim_trailing_whitespace = true

[*.{html,tmpl}]
indent_style = tab
indent_size = 4
indent_style = space
indent_size = 2

[*.{js,vue}]
indent_style = space
Expand Down

0 comments on commit 17a5f01

Please sign in to comment.