From 4c40227af622ad2e83557908fd56f1c1f26fc1ed Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 20 Jul 2018 08:42:13 +0200 Subject: Adds C# rule to .editorconfig. C# standard is 4 width spaces, not tabs. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index e51d0d4c60..d4b7fbb471 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [*.{cpp,hpp,c,h,mm}] trim_trailing_whitespace = true -[*.py] +[*.{py,cs}] indent_style = space indent_size = 4 -- cgit v1.2.3