X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=.editorconfig;h=7fca3371465aca276315dfa81db3497a6813155c;hb=8de58945ad42801d8a4906f692a5e72e8f967f46;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