src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / .editorconfig
1 root = true
2
3 [*]
4 end_of_line = lf
5 insert_final_newline = true
6 trim_trailing_whitespace = true
7 charset = utf-8
8
9 [*.{c,h,i}]
10 indent_style = tab
11 tab_width = 8
12
13 [*.py]
14 indent_style = space
15 indent_size = 4
This page took 0.029786 seconds and 4 git commands to generate.