X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=.editorconfig;h=9461f5ba77c4432693913c11e8d82535a7b477e9;hp=cd6d86c9ceaa64eeefee38d375f6794eabd8e945;hb=dba8555979d55f701c773da6d07e9039df5fd19c;hpb=debea5fceb46a7a6abe0a4fd8a1e79354f480cff diff --git a/.editorconfig b/.editorconfig index cd6d86c9..9461f5ba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,11 @@ 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