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
commit72800db7e71bbd696eebc75bd128c46546f53c33 (patch)
treecfd3b33c5a36f81b18f5203e5677d14ab362933a /.editorconfig
parent76d393fe895573e00af8a02ab9f363690934afe7 (diff)
downloadcrupest-72800db7e71bbd696eebc75bd128c46546f53c33.tar.gz
crupest-72800db7e71bbd696eebc75bd128c46546f53c33.tar.bz2
crupest-72800db7e71bbd696eebc75bd128c46546f53c33.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]