Permalink
Browse files

Add editorconfig file to easy editor life

  • Loading branch information...
1 parent 576ddb2 commit d7d30ecbaf70d1b3408cbd20d781a29be5a6c30f @parro-it parro-it committed Jan 22, 2016
Showing with 18 additions and 0 deletions.
  1. +18 −0 .editorconfig
View
@@ -0,0 +1,18 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[{package.json,*.yml}]
+indent_style = space
+indent_size = 2
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false

0 comments on commit d7d30ec

Please sign in to comment.