blob: f37e5003e67227d85f903a409c642094dae430e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[*]
charset = utf-8
indent_size = 4
tab_width = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 160
[*.{c,h,cpp,hpp,inl}]
charset = latin1
|