forked from cswimr/SeaCogs
chore(tooling): fix editorconfig having the wrong indent size for python files
This commit is contained in:
parent
d89c156744
commit
346963fd4f
1 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,8 @@ charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue