2017-10-05 00:49:45 +02:00
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
indent_size = 4
|
|
|
|
|
tab_width = 4
|
|
|
|
|
indent_style = space
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
2022-01-30 14:14:40 +01:00
|
|
|
max_line_length = 160
|
2017-10-05 00:49:45 +02:00
|
|
|
|
|
|
|
|
[*.{c,h,cpp,hpp,inl}]
|
|
|
|
|
charset = latin1
|