lib: remove bt_graph_interrupt, add bt_graph_borrow_default_interrupter
[babeltrace.git] / .editorconfig
... / ...
CommitLineData
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
7charset = utf-8
8
9[*.{c,h,i}]
10indent_style = tab
11tab_width = 8
12
13[*.py]
14indent_style = space
15indent_size = 4
This page took 0.02199 seconds and 4 git commands to generate.