Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Python scripts have 4-spaces indent
  • Loading branch information
strk committed Oct 14, 2016
1 parent b8a2bc4 commit b50fee3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Expand Up @@ -11,3 +11,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

# python scripts have 4 spaces indent
[*.py]
indent_size = 4

0 comments on commit b50fee3

Please sign in to comment.