Skip to content

Commit

Permalink
style: change .editorconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Sep 3, 2023
1 parent c07df21 commit 2389ffd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit 2389ffd

Please sign in to comment.