aboutsummaryrefslogtreecommitdiff
path: root/apps/proxy/.editorconfig
diff options
context:
space:
mode:
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