aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-04-10 15:12:46 +0800
committercrupest <crupest@outlook.com>2025-06-02 18:04:47 +0800
commitdac1e7b63cdffe54aa70c50c4d2d838532e3a5b8 (patch)
tree07ffa4bfc6f6442e747b65e229b2abbb366fbc67 /.editorconfig
parentcbeeaf281f400230e4161f08cfef2fe4715f3773 (diff)
downloadcrupest-dac1e7b63cdffe54aa70c50c4d2d838532e3a5b8.tar.gz
crupest-dac1e7b63cdffe54aa70c50c4d2d838532e3a5b8.tar.bz2
crupest-dac1e7b63cdffe54aa70c50c4d2d838532e3a5b8.zip
feat(mail-server): done (except aws message-id map).
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 4ff2eca..ea11c46 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -24,7 +24,7 @@ indent_size = 2
[*.{c,cpp,h}]
indent_size = 2
-[*.{json,yaml,yml}]
+[*.{json,yaml,yml,yaml.template}]
indent_size = 2
[*.py]