diff options
author | Ben Sima <ben@bsima.me> | 2020-04-08 20:43:16 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-08 20:43:16 -0700 |
commit | 185f6a03f8355eaf2f297b5e62d4b3e078e14f79 (patch) | |
tree | cc20daea99f74d92edca8955d2d0c2219f0ab40e /.editorconfig | |
parent | b5fc258c9471e47fcdd1c06d6ddfddea3425eee6 (diff) |
Set python indent to 4
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index b7b590b..94a6d20 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,8 @@ charset = utf-8 [*.{hs,rs,py,sh,nix}] max_line_length = 80 +[*.py] +indent_size = 4 + [Makefile] indent_style = tab |