Add .editorconfig file
[babeltrace.git] / .editorconfig
CommitLineData
debea5fc
SM
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
7
8[*.{c,h,i}]
9indent_style = tab
10tab_width = 8
11
12[*.py]
13indent_style = space
14indent_size = 4
This page took 0.023356 seconds and 4 git commands to generate.