1
0
Fork 0
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:
Dmitry Sharshakov 2019-02-05 17:47:26 +03:00 committed by Ryan Dahl
parent 48fedee34e
commit 7b282e4dbc

View file

@ -7,3 +7,6 @@ indent_style = space
indent_size = 2 indent_size = 2
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.py]
indent_size = 4