X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=.editorconfig;h=7fca3371465aca276315dfa81db3497a6813155c;hb=223096991003ecb21c555060226717932f6e2180;hp=1817f65d553e587c5f117d7361c72bff493b046d;hpb=4d8b5f418889785e606ccb1a186660a288bc982b;p=babeltrace.git diff --git a/.editorconfig b/.editorconfig index 1817f65d..7fca3371 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,py.in,hpp,cpp}] indent_style = space indent_size = 4 + +[*.{h,c}] +indent_style = tab +indent_size = 8