Skip to content

Commit

Permalink
Updated config.
Browse files Browse the repository at this point in the history
  • Loading branch information
KN4CK3R committed May 7, 2020
1 parent 6a2bdef commit 534b684
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ root = true
charset = utf-8
trim_trailing_whitespace = true

[*.{c,h,cpp,hpp}]

# Indentation and spacing
indent_size = 4
indent_style = tab
tab_width = 4

[*.cs]

#### Core EditorConfig Options ####
Expand Down Expand Up @@ -198,7 +205,7 @@ dotnet_naming_style.begins_with_i.required_suffix =
dotnet_naming_style.begins_with_i.word_separator =
dotnet_naming_style.begins_with_i.capitalization = pascal_case

# Warnings
#### Warnings ####

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

0 comments on commit 534b684

Please sign in to comment.