Skip to content

Commit

Permalink
Add an editorconfig
Browse files Browse the repository at this point in the history
Fixes #15
  • Loading branch information
sum01 committed Dec 28, 2017
1 parent 5f0a66f commit 216da7e
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 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

# Ignore .md files, because 2 spaces at end-of-line has meaning
[*.md]
trim_trailing_whitespace = false

0 comments on commit 216da7e

Please sign in to comment.