summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 14:15:38 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-19 18:09:13 -0400
commit60fd3a9845987713e9f0971e2eabfe847c68ff57 (patch)
tree4646dcac132b5348eba302fa4d13f5159960875f /.editorconfig
parente83d7d8f474ed93bf11e7f595056f7f6c0a6e923 (diff)
Use requirejs to load JS modules; use yarn to get requirejs
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
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