From daa54a47330e980b3908bcdcfb7eec9d064fdd40 Mon Sep 17 00:00:00 2001 From: jonpas Date: Sun, 11 Apr 2021 23:59:04 +0200 Subject: [PATCH] Adapt EditorConfig for kernel C --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 689f0f1..1db2918 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,10 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true +[*.{c,h}] +indent_style = tab +indent_size = 8 + [*.ld] indent_size = 2