mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix indentation for .py files in .editorconfig (#1672)
This commit is contained in:
parent
48fedee34e
commit
7b282e4dbc
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@ indent_style = space
|
|||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in a new issue