From da82a9f2a39064ce8faac791de319097ae676546 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Fri, 28 Feb 2025 21:06:49 +0800 Subject: feat(hurd): add some hurd info. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') 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 -- cgit v1.2.3