diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-08-13 12:10:24 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-08-13 12:10:24 +0200 |
| commit | ede8ab2d7fb241b677964d393ce7c4cac5006a4d (patch) | |
| tree | 3455c18b6994f46702a94b3595b99a7e9c9fc06c /.editorconfig | |
| parent | ae5b6ad34ce4aca94816e2147774616fb6b7e135 (diff) | |
| download | discordavatarproxy-ede8ab2d7fb241b677964d393ce7c4cac5006a4d.tar.gz discordavatarproxy-ede8ab2d7fb241b677964d393ce7c4cac5006a4d.tar.bz2 discordavatarproxy-ede8ab2d7fb241b677964d393ce7c4cac5006a4d.zip | |
feat: docker publishing
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
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 |
