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
commit3701a54d1c71c166c18113d05a44ab7c932557b5 (patch)
tree0c20207992687326dee4151541aa4110f57ce97e /.editorconfig
parentf43a156d83c841e0f6c3cd921b2e3e34936231cc (diff)
downloadcrupest-3701a54d1c71c166c18113d05a44ab7c932557b5.tar.gz
crupest-3701a54d1c71c166c18113d05a44ab7c932557b5.tar.bz2
crupest-3701a54d1c71c166c18113d05a44ab7c932557b5.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]