X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=.editorconfig;h=c01526f4f12e41e35a10e81d8ba74cb8763147ae;hb=519e0bfec039cb46fde02e00f9443239b21f3fe2;hp=1817f65d553e587c5f117d7361c72bff493b046d;hpb=4d8b5f418889785e606ccb1a186660a288bc982b;p=babeltrace.git diff --git a/.editorconfig b/.editorconfig index 1817f65d..c01526f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,14 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 - -[*.{c,h,i}] +indent_size = 8 indent_style = tab tab_width = 8 -[*.py] +[*.{py,hpp,cpp}] indent_style = space indent_size = 4 + +[*.{h,c}] +indent_style = tab +indent_size = 8