X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=.editorconfig;h=7fca3371465aca276315dfa81db3497a6813155c;hb=81d7553f350a4f9b6c3b245dfc7cd912c48067a9;hp=9461f5ba77c4432693913c11e8d82535a7b477e9;hpb=9fe8008636e7971b7e83e888dddae11b1244ef30;p=babeltrace.git diff --git a/.editorconfig b/.editorconfig index 9461f5ba..7fca3371 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,10 @@ indent_size = 8 indent_style = tab tab_width = 8 -[*.{py,hpp,cpp}] +[*.{py,py.in,hpp,cpp}] indent_style = space indent_size = 4 + +[*.{h,c}] +indent_style = tab +indent_size = 8