cli: make --plugin-path and --omit-{system,home}-plugin-path global opts
[babeltrace.git] / .editorconfig
... / ...
CommitLineData
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6trim_trailing_whitespace = true
7charset = utf-8
8
9[*.{c,h,i}]
10indent_style = tab
11tab_width = 8
12
13[*.py]
14indent_style = space
15indent_size = 4
This page took 0.022484 seconds and 4 git commands to generate.