From: Simon Marchi Date: Fri, 5 May 2023 17:44:09 +0000 (-0400) Subject: Add .editorconfig entry for .h and .c files X-Git-Url: https://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=95766bd9d6f430a2da29f45a0338c631d43d006e 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 --- 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