Skip to content

Commit

Permalink
Merge pull request #17 from Hellaeh/ec
Browse files Browse the repository at this point in the history
Add .editorconfig
  • Loading branch information
tyronx authored Feb 5, 2024
2 parents 77080a6 + 41f1ef9 commit 7a64d5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[*]
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
indent_size = 4
indent_style = space

0 comments on commit 7a64d5c

Please sign in to comment.