summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-26 23:45:27 -0800
committerFuwn <[email protected]>2023-12-26 23:45:27 -0800
commitd4a1f17dfca5a8601c7d7762e3ba83da20b01bf1 (patch)
tree2f43dbdb559eca460bb56fd215b531bab06c991d /.editorconfig
downloaddue-proxy-d4a1f17dfca5a8601c7d7762e3ba83da20b01bf1.tar.xz
due-proxy-d4a1f17dfca5a8601c7d7762e3ba83da20b01bf1.zip
feat: initial release
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..64ab260
--- /dev/null
+++ b/.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