summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-08 20:43:16 -0700
committerBen Sima <ben@bsima.me>2020-04-08 20:43:16 -0700
commit185f6a03f8355eaf2f297b5e62d4b3e078e14f79 (patch)
treecc20daea99f74d92edca8955d2d0c2219f0ab40e /.editorconfig
parentb5fc258c9471e47fcdd1c06d6ddfddea3425eee6 (diff)
Set python indent to 4
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
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