Skip to content

Commit

Permalink
Refactor .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 10, 2023
1 parent 36e844e commit f8be2e3
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 f8be2e3

Please sign in to comment.