From 48ab9ca5abae82c45495c01e7634ff2a92979346 Mon Sep 17 00:00:00 2001 From: Nicolas Trangez <ikke@nicolast.be> Date: Tue, 20 Sep 2022 18:24:41 +0200 Subject: [PATCH] chore: extend `.editorconfig` for C files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2b77e749424..2d91b72acd5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ end_of_line = lf [Makefile] indent_style = tab + +[*.c] +indent_style = space +indent_size = 2 -- GitLab