X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=.editorconfig;h=1817f65d553e587c5f117d7361c72bff493b046d;hp=9461f5ba77c4432693913c11e8d82535a7b477e9;hb=refs%2Fheads%2Fmaster;hpb=9fe8008636e7971b7e83e888dddae11b1244ef30 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