aboutsummaryrefslogtreecommitdiff
path: root/apps/proxy/.editorconfig
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-03-27 05:54:01 +0000
committerFuwn <[email protected]>2026-03-27 05:54:01 +0000
commit94213976262eab9b7a68a9d580587a5fbb9248cc (patch)
tree92e72ae66d2ebf9bb5393afd5edffb9709c4d10d /apps/proxy/.editorconfig
parentfix(actions): resolve quality and trigger deploy drift (diff)
downloaddue.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.tar.xz
due.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.zip
chore(apps): Add proxy
Diffstat (limited to 'apps/proxy/.editorconfig')
-rw-r--r--apps/proxy/.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/proxy/.editorconfig b/apps/proxy/.editorconfig
new file mode 100644
index 00000000..64ab2601
--- /dev/null
+++ b/apps/proxy/.editorconfig
@@ -0,0 +1,13 @@
+# http://editorconfig.org
+root = true
+
+[*]
+indent_style = tab
+tab_width = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.yml]
+indent_style = space