Skip to content

Commit

Permalink
Fixed line endings / added .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
cainmartin committed Jul 12, 2017
1 parent 6a58c2c commit 5fc4eb9
Show file tree
Hide file tree
Showing 4 changed files with 539 additions and 512 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# EditorConfig is awesome: http://EditorConfig.org
# Download a plugin for your favorite editor from http://editorconfig.org/#download

root = true

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

[*.{html}]
insert_final_newline = true
indent_style = tab

[*.js]
insert_final_newline = true
indent_style = tab

[*.json]
insert_final_newline = false
indent_style = tab

[package.json]
indent_style = space
indent_size = 2
Loading

0 comments on commit 5fc4eb9

Please sign in to comment.