Skip to content

Commit

Permalink
Add .editorconfig to generator root directory
Browse files Browse the repository at this point in the history
Resolves #283
  • Loading branch information
jamesplease committed Dec 30, 2015
1 parent b2b9e8b commit eb37a17
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org

root = true;

[*]
# Ensure there's no lingering whitespace
trim_trailing_whitespace = true
# Ensure a newline at the end of each file
insert_final_newline = true

[*.js]
# Unix-style newlines
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2

0 comments on commit eb37a17

Please sign in to comment.