test-field.sh: make sure bt_run_in_py_env() and bt_cli() succeed
[babeltrace.git] / .editorconfig
... / ...
CommitLineData
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
7charset = utf-8
8indent_size = 8
9indent_style = tab
10tab_width = 8
11
12[*.{py,py.in,hpp,cpp}]
13indent_style = space
14indent_size = 4
15
16[*.{h,c}]
17indent_style = tab
18indent_size = 8
This page took 0.023347 seconds and 5 git commands to generate.