Skip to content

Commit

Permalink
feat: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaisnotaboy committed Aug 8, 2024
1 parent aa5e393 commit f37273e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

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

[*.cs]
indent_size = 4

[*.sln]
charset = utf-8-bom
end_of_line = crlf
indent_style = tab

0 comments on commit f37273e

Please sign in to comment.