From 534b68461232ef8ef9eb917fc4e70456adcd70df Mon Sep 17 00:00:00 2001 From: KN4CK3R Date: Thu, 7 May 2020 13:25:03 +0200 Subject: [PATCH] Updated config. --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6b2f3f66..e7f5fa79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 #### @@ -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