Skip to content

Commit

Permalink
EditorConfig config
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Nov 24, 2018
1 parent 96fd7ed commit 3fc4148
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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

# Markdown
[*.md]
indent_size = 2

# Python
[*.py]
indent_style = tab

0 comments on commit 3fc4148

Please sign in to comment.