We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35e726 commit 1c96a3fCopy full SHA for 1c96a3f
.editorconfig
@@ -0,0 +1,14 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = crlf
5
+indent_style = tab
6
+indent_size = 2
7
+trim_trailing_whitespace = true
8
+insert_final_newline = true
9
10
+[*.cs]
11
+csharp_style_var_for_built_in_types = true:error
12
+csharp_style_var_when_type_is_apparent = true:error
13
+csharp_style_var_elsewhere = true:error
14
+csharp_prefer_braces = true
0 commit comments