cpp-common/bt2: remove extraneous `protected`
[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.022651 seconds and 4 git commands to generate.