diff options
author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-02-05 17:47:26 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-05 09:47:26 -0500 |
commit | 7b282e4dbc43246bd3f33850127bf19e4a2c6df3 (patch) | |
tree | acab3b3f0ca0c04db67cc7bc3b2d06fa46313096 /.editorconfig | |
parent | 48fedee34e567570e43905dc9f32d0d78118b9b0 (diff) |
Fix indentation for .py files in .editorconfig (#1672)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index a05749c25..959719527 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true + +[*.py] +indent_size = 4 |