1
# See http://EditorConfig.org for the specification
2
3
root = true
4
5
[*.py]
6
indent_size = 4
7
indent_style = space
8
trim_trailing_whitespace = true
9
10
[*.{c,h}]
11
indent_size = 8
12
indent_style = tab
13