lib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_CS_BEGIN_LE_END()
[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.022945 seconds and 4 git commands to generate.