Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Mar 3, 2016
1 parent a933176 commit 292226b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
@@ -0,0 +1,19 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
charset = utf-8

[*.{md,py}]
max_line_length = 79

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

0 comments on commit 292226b

Please sign in to comment.