Merge pull request #20299 from PJB3005/18-07-20-cs-editorconfig
Adds C# rule to .editorconfig.
This commit is contained in:
commit
2662c7e3d1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ insert_final_newline = true
|
||||||
[*.{cpp,hpp,c,h,mm}]
|
[*.{cpp,hpp,c,h,mm}]
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.py]
|
[*.{py,cs}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue