mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
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:
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user