Permalink
Browse files

add .editorconfig

  • Loading branch information...
1 parent f2676dd commit 4024aec906ca72075ae8066e1ec5244b8febd671 @r3mi committed Mar 22, 2017
Showing with 11 additions and 0 deletions.
  1. +11 −0 .editorconfig
View
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false

0 comments on commit 4024aec

Please sign in to comment.