Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from aknuds1/editorconfig
Browse files Browse the repository at this point in the history
Add editorconfig
  • Loading branch information
Mike Nikles committed Feb 6, 2016
2 parents c49bd17 + b3062eb commit 3bf4bd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
max_line_length = 100

[*.js]
indent_size = 4

0 comments on commit 3bf4bd4

Please sign in to comment.