Skip to content

Commit

Permalink
editorconfig 4 space indents for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Sherman committed Dec 3, 2019
1 parent b37a071 commit 127165e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

# Tab indentation for makefiles
[*.py]
indent_size = 4

# Tab indentation for makefiles
[{Makefile, Makefile.*, makefile, GNUmakefile}]
indent_style = tab
Expand Down

0 comments on commit 127165e

Please sign in to comment.