Skip to content

Commit

Permalink
.editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Oct 21, 2017
1 parent cbd65d2 commit e8cad74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*.{py,txt,rst,sh}]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.py]
indent_style = space
indent_size = 4

[*.bat]
end_of_line = crlf

0 comments on commit e8cad74

Please sign in to comment.