We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5485a7 commit f6513bcCopy full SHA for f6513bc
.editorconfig
@@ -35,4 +35,9 @@ dotnet_style_qualification_for_event = false:warning
35
csharp_prefer_braces = true:warning
36
csharp_prefer_simple_using_statement = true:warning
37
38
+# Allow var
39
+csharp_style_var_for_built_in_types = true
40
+csharp_style_var_when_type_is_apparent = true
41
+csharp_style_var_elsewhere = true
42
+
43
# Custom disabled
omnisharp.json
@@ -3,6 +3,7 @@
3
"enableAnalyzersSupport": true
4
},
5
"FormattingOptions": {
6
- "enableEditorConfigSupport": true
+ "enableEditorConfigSupport": true,
7
+ "OrganizeImports": true
8
}
9
0 commit comments