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 | dac1e7b63cdffe54aa70c50c4d2d838532e3a5b8 (patch) | |
tree | 07ffa4bfc6f6442e747b65e229b2abbb366fbc67 /.editorconfig | |
parent | cbeeaf281f400230e4161f08cfef2fe4715f3773 (diff) | |
download | crupest-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-- | .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] |