Skip to content

Commit

Permalink
.editorconfig added.
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Jan 24, 2018
1 parent f706e00 commit c0ee0de
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# This project uses EditorConfig (http://editorconfig.org) to standardize
# tabulation, charset and other attributes of source files. Please head to
# http://editorconfig.org/#download to check if your editor comes with
# EditorConfig bundled or to download a plugin.

root = true

[*]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[{package.json,*.yml}]
indent_style = space
indent_size = 2

0 comments on commit c0ee0de

Please sign in to comment.