editorconfig rules

This commit is contained in:
Jack Baron 2020-02-07 07:18:39 +00:00
parent 3ae5b01bec
commit bb6cd41ee6
No known key found for this signature in database
GPG key ID: CD10BCEEC646C064

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
[*.md]
trim_trailing_whitespace = false