Skip to content

Commit

Permalink
Enforce Hjelden Style™ in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
stwlam committed Mar 3, 2021
1 parent 336ed0c commit 2eddb96
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

[{*.json,*.html}]
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 2eddb96

Please sign in to comment.