Fix: bt2: autodisc: remove thread error while inserting status in map
[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,hpp,cpp}]
13indent_style = space
14indent_size = 4
This page took 0.023175 seconds and 4 git commands to generate.