Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Chore: Add .editorconfig to project (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdpattern authored and JamesHenry committed Aug 12, 2017
1 parent bae09be commit 6cbfcc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

0 comments on commit 6cbfcc6

Please sign in to comment.