Added new line before open braces to editorconfig

This commit is contained in:
Adam Ramberg 2019-04-07 17:59:10 +02:00
parent 4b10374850
commit 8a7216b79d

View File

@ -8,6 +8,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
csharp_new_line_before_open_brace = all
[*.md]
trim_trailing_whitespace = false