mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
add .editorconfig file (#585)
* add .editorconfig file * drop charset from editorconfig * Update .editorconfig Co-Authored-By: Michael Niksa <miniksa@microsoft.com>
This commit is contained in:
committed by
msftbot[bot]
parent
efd69990c6
commit
1c50968333
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[{*.cpp,*.c,*.hpp,*.h,*.cs}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Reference in New Issue
Block a user