diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-28 21:06:49 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-28 21:06:49 +0800 |
commit | 3d052214960b44368285c6d349702e46292acbcc (patch) | |
tree | 43c26e44900e3ae4f6afd29158bb083a03af0d6c /.editorconfig | |
parent | 62c1fbd6ba81dab2f5061649d7a0c313e6e76558 (diff) | |
download | crupest-3d052214960b44368285c6d349702e46292acbcc.tar.gz crupest-3d052214960b44368285c6d349702e46292acbcc.tar.bz2 crupest-3d052214960b44368285c6d349702e46292acbcc.zip |
feat(hurd): add some hurd info.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 529f610..d1a54da 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,8 @@ trim_trailing_whitespace = true indent_style = tab tab_width = 8 +[*.{yaml,yml}] +indent_size = 2 + [*.py] profile = black |