Skip to content

Commit

Permalink
editorconfig: use spaces for more filetypes
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed May 25, 2024
1 parent b01ebf4 commit 668a495
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ insert_final_newline = true
indent_style = tab
indent_size = 4

[*.css]
indent_style = space
indent_size = 2

[*.tmpl,*.html]
[*.{css,tmpl,templ,html,yaml,yml}]
indent_style = space
indent_size = 2

0 comments on commit 668a495

Please sign in to comment.