Skip to content

Commit

Permalink
more options for editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp committed Apr 19, 2023
1 parent 531884f commit 22a987e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 22a987e

Please sign in to comment.