blob: e19011ac4d6a3c77403809f92492200e5009f357 (
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 = 80
[*.{c,h,cpp,hpp,inl}]
charset = latin1
|