Update .editorconfig to reflect current style (#1571)

* Update .editorconfig to reflect current style
* .editorconfig use tabs for python
* update msvc_build_libraries.py from two-space to tab indent
* update test/src/tester.py from 4-space to tab indent
This commit is contained in:
Walther Chen
2024-10-25 11:44:32 -04:00
committed by GitHub
parent c0c571ffe0
commit 8ce63106b9
3 changed files with 418 additions and 421 deletions

View File

@@ -11,18 +11,15 @@ indent_style = space
indent_size = 4 indent_size = 4
[*.{c,cc,h}] [*.{c,cc,h}]
indent_style = space indent_style = tab
indent_size = 4
[*.{c3}] [*.{c3}]
indent_style = space indent_style = tab
indent_size = 4
[*.{json,toml,yml,gyp}] [*.{json,toml,yml,gyp}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[*.{py,pyi}] [*.{py,pyi}]
indent_style = space indent_style = tab
indent_size = 2