We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697fea1 commit b9329d7Copy full SHA for b9329d7
.editorconfig
@@ -0,0 +1,17 @@
1
+# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
2
+[*]
3
+
4
+#Our EditorConfig
5
6
7
+indent_style = space
8
+end_of_line = lf
9
+insert_final_newline = true
10
+trim_trailing_whitespace = true
11
+charset = utf-8
12
13
+[*.cs]
14
+csharp_new_line_before_open_brace = all
15
+csharp_new_line_before_else = true
16
+csharp_new_line_before_catch = true
17
0 commit comments