diff options
| author | Fuwn <[email protected]> | 2026-03-27 05:54:01 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-27 05:54:01 +0000 |
| commit | 94213976262eab9b7a68a9d580587a5fbb9248cc (patch) | |
| tree | 92e72ae66d2ebf9bb5393afd5edffb9709c4d10d /apps/proxy/.editorconfig | |
| parent | fix(actions): resolve quality and trigger deploy drift (diff) | |
| download | due.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.tar.xz due.moe-94213976262eab9b7a68a9d580587a5fbb9248cc.zip | |
chore(apps): Add proxy
Diffstat (limited to 'apps/proxy/.editorconfig')
| -rw-r--r-- | apps/proxy/.editorconfig | 13 |
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 |