Merge pull request #20299 from PJB3005/18-07-20-cs-editorconfig

Adds C# rule to .editorconfig.
This commit is contained in:
Rémi Verschelde 2018-07-20 11:36:29 +02:00 committed by GitHub
commit 2662c7e3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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