include: add missing files to dist tarball
[deliverable/babeltrace.git] / .editorconfig
CommitLineData
80629869
SM
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
f2d0cc33 7charset = utf-8
80629869
SM
8
9[*.{c,h,i}]
10indent_style = tab
11tab_width = 8
12
13[*.py]
14indent_style = space
15indent_size = 4
This page took 0.024114 seconds and 5 git commands to generate.