Skip to content

Commit

Permalink
EditorConfig
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
moggers87 committed Mar 6, 2016
1 parent b8ae985 commit 430b560
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

# Python and Markdown
[*.py, *.md]

# reStructuredText
[*.rst]

0 comments on commit 430b560

Please sign in to comment.