From d2fb059af6a79c9f49833d89177cf8bcc31dc436 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 13 Mar 2025 15:24:19 +0100 Subject: [PATCH] add indent_style to another property --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 442b368..e6f458a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ insert_final_newline = true trim_trailing_whitespace = true [*.{c,h,cpp,hpp,rs}] +indent_style = space indent_size = 4 [makefile]