diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 14:15:38 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 17:58:08 -0400 |
commit | 34080c56ff59f27cdc29ffce969e8d2ce5edcdf2 (patch) | |
tree | d8043c5777f97ee219a8fe18391172baddf0f005 /.editorconfig | |
parent | e83d7d8f474ed93bf11e7f595056f7f6c0a6e923 (diff) |
Use requirejs to load JS modules; use yarn to get requirejs
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..71581bf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab + +[package.json] +# This matches what `yarn` writes +indent_style = space +indent_size = 2 |