Skip to content

Commit

Permalink
Refactor .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 15, 2024
1 parent bb6c8e8 commit a7ca8ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit a7ca8ed

Please sign in to comment.