We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2bdef commit 534b684Copy full SHA for 534b684
.editorconfig
@@ -4,6 +4,13 @@ root = true
4
charset = utf-8
5
trim_trailing_whitespace = true
6
7
+[*.{c,h,cpp,hpp}]
8
+
9
+# Indentation and spacing
10
+indent_size = 4
11
+indent_style = tab
12
+tab_width = 4
13
14
[*.cs]
15
16
#### Core EditorConfig Options ####
@@ -198,7 +205,7 @@ dotnet_naming_style.begins_with_i.required_suffix =
198
205
dotnet_naming_style.begins_with_i.word_separator =
199
206
dotnet_naming_style.begins_with_i.capitalization = pascal_case
200
207
201
-# Warnings
208
+#### Warnings ####
202
209
203
210
# CS8509: The switch expression does not handle all possible values of its input type (it is not exhaustive).
204
211
dotnet_diagnostic.CS8509.severity = none
0 commit comments