Skip to content

Commit

Permalink
using gluegun editorconfig (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
GantMan authored Dec 20, 2017
1 parent cf9e500 commit 0f0331a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

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

[*.{json,js,jsx,html,css}]
indent_style = space
indent_size = 2

[.eslintrc]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 0f0331a

Please sign in to comment.