Add .editorconfig entry for .h and .c files
[babeltrace.git] / .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.026246 seconds and 4 git commands to generate.