summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2024-11-20 21:36:35 +0800
committerLi Zhineng <[email protected]>2024-11-20 21:36:35 +0800
commitda9a75299b5505be80039712c57274cee54d0b8b (patch)
tree4157db4e3a0d6a99c6c78ce1cd888963e268283f /.editorconfig
parentf94cabd919d58935a5edec1f8a01b6c0e5a1d997 (diff)
downloadairmx-da9a75299b5505be80039712c57274cee54d0b8b.tar.gz
airmx-da9a75299b5505be80039712c57274cee54d0b8b.zip
skeleton
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..e66a4a8
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# EditorConfig is awesome: https://editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.ts]
+charset = utf-8
+indent_style = space
+indent_size = 2