Commit 9fb67cf4 authored by Nick Schonning's avatar Nick Schonning

Add EditorConfig setting

Allows for consistent spacing and indenting when combined with supported
IDEs
parent 4318eeae
# editorconfig.org
root = true
[*.js]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment