X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=.editorconfig;h=c01526f4f12e41e35a10e81d8ba74cb8763147ae;hp=cd6d86c9ceaa64eeefee38d375f6794eabd8e945;hb=9dee90bdad3dac00a1caff5c9a1e58fb284ee19d;hpb=debea5fceb46a7a6abe0a4fd8a1e79354f480cff diff --git a/.editorconfig b/.editorconfig index cd6d86c9..c01526f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,15 @@ root = true end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.{c,h,i}] +charset = utf-8 +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