Fix: lib: pass down API function name to some helpers
[babeltrace.git] / .editorconfig
CommitLineData
debea5fc
SM
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
4d8b5f41 7charset = utf-8
9fe80086 8indent_size = 8
debea5fc
SM
9indent_style = tab
10tab_width = 8
11
9fe80086 12[*.{py,hpp,cpp}]
debea5fc
SM
13indent_style = space
14indent_size = 4
This page took 0.0459889999999999 seconds and 4 git commands to generate.