Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Oct 14, 2016
1 parent 17c8549 commit 167a5af
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# See http://editorconfig.org

# top-most EditorConfig file
root = true

# every file needs these
[*]
charset = utf-8
end_of_line = lf
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 167a5af

Please sign in to comment.