Skip to content

Commit 534b684

Browse files
committed
Updated config.
1 parent 6a2bdef commit 534b684

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.editorconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ root = true
44
charset = utf-8
55
trim_trailing_whitespace = true
66

7+
[*.{c,h,cpp,hpp}]
8+
9+
# Indentation and spacing
10+
indent_size = 4
11+
indent_style = tab
12+
tab_width = 4
13+
714
[*.cs]
815

916
#### Core EditorConfig Options ####
@@ -198,7 +205,7 @@ dotnet_naming_style.begins_with_i.required_suffix =
198205
dotnet_naming_style.begins_with_i.word_separator =
199206
dotnet_naming_style.begins_with_i.capitalization = pascal_case
200207

201-
# Warnings
208+
#### Warnings ####
202209

203210
# CS8509: The switch expression does not handle all possible values of its input type (it is not exhaustive).
204211
dotnet_diagnostic.CS8509.severity = none

0 commit comments

Comments
 (0)