Skip to content

Commit

Permalink
Add editorconfig to fix style rules
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrodin committed Nov 24, 2016
1 parent f5ca1a6 commit c362ae1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit c362ae1

Please sign in to comment.