Add .editorconfig entry for .h and .c files
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 5 May 2023 17:44:09 +0000 (13:44 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 5 May 2023 19:36:43 +0000 (15:36 -0400)
Change-Id: Ie892477b6d1d42dab969bfb75a5900a71634a50a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/9971
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
.editorconfig

index 9461f5ba77c4432693913c11e8d82535a7b477e9..c01526f4f12e41e35a10e81d8ba74cb8763147ae 100644 (file)
@@ -12,3 +12,7 @@ tab_width = 8
 [*.{py,hpp,cpp}]
 indent_style = space
 indent_size = 4
+
+[*.{h,c}]
+indent_style = tab
+indent_size = 8
This page took 0.02453 seconds and 4 git commands to generate.