bt2: _EventConst.__getitem__(): use a single temporary variable
[babeltrace.git] / .editorconfig
CommitLineData
a2b9f08c
SM
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
5d15ae49 7charset = utf-8
a2b9f08c
SM
8
9[*.{c,h,i}]
10indent_style = tab
11tab_width = 8
12
13[*.py]
14indent_style = space
15indent_size = 4
This page took 0.037225 seconds and 4 git commands to generate.