11 lines
184 B
INI
11 lines
184 B
INI
[*]
|
|
charset = utf-8
|
|
indent_size = 2
|
|
tab_width = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 80
|
|
|
|
[*.{cpp,hpp}]
|
|
charset = latin1
|