Skip to content

Commit

Permalink
4 space config for *.py files (pep8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed Feb 23, 2016
1 parent 04b05da commit 4ee08e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4

0 comments on commit 4ee08e0

Please sign in to comment.