Skip to content

Commit

Permalink
added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
skystar-p committed Aug 11, 2017
1 parent 8abf631 commit c2b8465
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

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

[*.{js,html,yml,json,handlebars}]
indent_style = space
indent_size = 2

[*.toml]
indent_style = space
indent_size = 4

0 comments on commit c2b8465

Please sign in to comment.