diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-04-10 15:12:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2025-06-02 18:04:47 +0800 |
commit | 3701a54d1c71c166c18113d05a44ab7c932557b5 (patch) | |
tree | 0c20207992687326dee4151541aa4110f57ce97e /.editorconfig | |
parent | f43a156d83c841e0f6c3cd921b2e3e34936231cc (diff) | |
download | crupest-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-- | .editorconfig | 2 |
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] |