The Wayback Machine - https://web.archive.org/web/20210912092805/https://github.com/mrdoob/three.js/blob/dev/.editorconfig
Skip to content
Permalink
dev
Switch branches/tags
Go to file
2 contributors

Users who have contributed to this file

@wmcmurray @donmccurdy
# http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,ts,html}]
charset = utf-8
indent_style = tab
[*.{js,ts}]
trim_trailing_whitespace = true