Skip to content

Commit

Permalink
Merge pull request #4 from mrdoob/dev
Browse files Browse the repository at this point in the history
Update dev branch
  • Loading branch information
Temdog007 authored Mar 15, 2019
2 parents 97f90bb + 82974f2 commit 8e50ec0
Show file tree
Hide file tree
Showing 93 changed files with 6,228 additions and 2,719 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# http://editorconfig.org

root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,ts,html}]
charset = utf-8
indent_style = tab
indent_size = 2

[*.{js,ts}]
trim_trailing_whitespace = true
Loading

0 comments on commit 8e50ec0

Please sign in to comment.