Skip to content

Commit

Permalink
add EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
pravic committed Feb 15, 2016
1 parent d99f687 commit f42cea3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
# EditorConfig is awesome: http://EditorConfig.org

[*]
end_of_line = lf
insert_final_newline = true

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

0 comments on commit f42cea3

Please sign in to comment.