aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-08-13 12:10:24 +0200
committerLinnea Gräf <nea@nea.moe>2025-08-13 12:10:24 +0200
commitede8ab2d7fb241b677964d393ce7c4cac5006a4d (patch)
tree3455c18b6994f46702a94b3595b99a7e9c9fc06c /.editorconfig
parentae5b6ad34ce4aca94816e2147774616fb6b7e135 (diff)
downloaddiscordavatarproxy-ede8ab2d7fb241b677964d393ce7c4cac5006a4d.tar.gz
discordavatarproxy-ede8ab2d7fb241b677964d393ce7c4cac5006a4d.tar.bz2
discordavatarproxy-ede8ab2d7fb241b677964d393ce7c4cac5006a4d.zip
feat: docker publishing
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..0cd2f7e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+trim_trailing_whitespace = true
+
+[*.{yaml,yml}]
+indent_size = 4
+indent_style = space