Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Feist committed Feb 23, 2016
1 parent d910be3 commit 4969b44
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .editorconfig
@@ -0,0 +1,27 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
end_of_line = lf
insert_final_newline = true

[*.{json,js,es6,jsx}]
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true

[*.scss]
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true

[Makefile]
indent_style = tab

[*.yml]
indent_size = 2

[package.json]
indent_size = 2

0 comments on commit 4969b44

Please sign in to comment.