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 | da82a9f2a39064ce8faac791de319097ae676546 (patch) | |
tree | 2133b1b115b3f1cfe9573488c87e93fbb618f80c /.editorconfig | |
parent | 04041174a126a20edd4e5299b4d4f2fd0afca7ce (diff) | |
download | crupest-da82a9f2a39064ce8faac791de319097ae676546.tar.gz crupest-da82a9f2a39064ce8faac791de319097ae676546.tar.bz2 crupest-da82a9f2a39064ce8faac791de319097ae676546.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 |