diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-07-20 11:36:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 11:36:29 +0200 |
commit | 2662c7e3d108493372aab08b1c3b0b1c6116e61e (patch) | |
tree | d302e546d99069a701b0f2ba8efaf2fde5cd8e10 | |
parent | 8c9e10553cd429857086a9d635fc55305065ff76 (diff) | |
parent | 4c40227af622ad2e83557908fd56f1c1f26fc1ed (diff) |
Merge pull request #20299 from PJB3005/18-07-20-cs-editorconfig
Adds C# rule to .editorconfig.
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |