From 3cb62b716180d623f71b6e624ffa3ee145a01245 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 1 Mar 2025 21:55:01 +0800 Subject: feat(hurd): add *_max sample fix. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index d1a54da..e0b1274 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,9 @@ trim_trailing_whitespace = true indent_style = tab tab_width = 8 +[*.{c,cpp,h}] +indent_size = 2 + [*.{yaml,yml}] indent_size = 2 -- cgit v1.2.3