Skip to content

Commit

Permalink
Add .editorconfig file (#104)
Browse files Browse the repository at this point in the history
as originally proposed in PR #90

Co-authored-by: Austin Wright <aaa@bzfx.net>
Co-authored-by: Chris Brody <chris.brody+brodybits@gmail.com>
  • Loading branch information
brodybits and awwright committed Aug 17, 2020
1 parent 58844cd commit 3ceec5e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
# http://EditorConfig.org
root = true

[*.js]
charset = utf-8
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true

0 comments on commit 3ceec5e

Please sign in to comment.