summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-10-27 01:27:32 +0200
committerTor Andersson <tor@ccxvii.net>2024-10-27 01:27:32 +0200
commitb8a0e71403e00cdce59f86c576cdfc68a76b7f10 (patch)
tree50d6b7e125b58a68209c26a21b858b81674cd267 /.editorconfig
parentaf8119ac8f66aa81277c307ebc2e4be519219191 (diff)
download1989-dawn-of-freedom-b8a0e71403e00cdce59f86c576cdfc68a76b7f10.tar.gz
use card name constants. fix eslint issues in play.js
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..5f2605e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+root = true
+
+[*.js]
+indent_style = tab
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf