editorconfig: Python files have 4-space indents

This commit is contained in:
Ryan Pavlik 2019-12-03 15:49:11 -06:00
parent 4687955b17
commit 2f5da6cf8a

View file

@ -12,3 +12,6 @@ tab_width = 8
indent_style = tab
indent_size = 8
max_line_length = 80
[*.py]
indent_size = 4