Skip to content

Commit

Permalink
Merge branch '3404-editorconfig'
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Feb 7, 2017
2 parents 69c39d8 + e43f068 commit 7190281
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# EditorConfig http://EditorConfig.org

# Project Root
root = true

# Default Code Style
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# Python Code Style
[*.py]
indent_size = 4

0 comments on commit 7190281

Please sign in to comment.