Skip to content

Commit

Permalink
Make use of .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkhan committed Mar 26, 2017
1 parent 9eeebb1 commit 3c893c6
Show file tree
Hide file tree
Showing 3 changed files with 856 additions and 847 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
# editorconfig.org
root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit 3c893c6

Please sign in to comment.