From 95766bd9d6f430a2da29f45a0338c631d43d006e Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 5 May 2023 13:44:09 -0400 Subject: [PATCH] Add .editorconfig entry for .h and .c files Change-Id: Ie892477b6d1d42dab969bfb75a5900a71634a50a Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/9971 Reviewed-by: Philippe Proulx Tested-by: jenkins --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 9461f5ba..c01526f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ tab_width = 8 [*.{py,hpp,cpp}] indent_style = space indent_size = 4 + +[*.{h,c}] +indent_style = tab +indent_size = 8 -- 2.34.1