From 94213976262eab9b7a68a9d580587a5fbb9248cc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 27 Mar 2026 05:54:01 +0000 Subject: chore(apps): Add proxy --- apps/proxy/.editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/proxy/.editorconfig (limited to 'apps/proxy/.editorconfig') 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 -- cgit v1.2.3