Skip to content

Commit a61d8f7

Browse files
committed
Add a starter .editorconfig
1 parent 654308c commit a61d8f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
indent_size = 4
6+
tab_width = 4
7+
end_of_line = lf
8+
9+
[*.cs]
10+
csharp_space_between_method_call_name_and_opening_parenthesis = true
11+
csharp_space_between_method_declaration_name_and_open_parenthesis = true

0 commit comments

Comments
 (0)