continuable/.editorconfig
2017-09-21 23:29:21 +02:00

12 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