Skip to content

Commit cac46f4

Browse files
Fix indenting for C#
Fix the indent size for C# code files.
1 parent 07748c5 commit cac46f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11+
[*.cs]
12+
indent_size = 4
13+
1114
[*.md]
1215
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)