Add .editorconfig (#768)

* Add .editorconfig

* Create .editorconfig
This commit is contained in:
Temtaime
2020-10-27 17:50:50 +03:00
committed by GitHub
parent 9d1c81f018
commit d23ca0ba7a
2 changed files with 16 additions and 1 deletions

10
src/.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
[*.cs]
charset = utf-8
insert_final_newline = true
csharp_new_line_before_else = true
csharp_new_line_before_catch = true
csharp_new_line_before_finally = true
csharp_new_line_before_open_brace = all
csharp_space_after_keywords_in_control_flow_statements = true