continuable/.editorconfig
2017-09-24 19:55:58 +02:00

12 lines
192 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
[*.{c,h,cpp,hpp,inl}]
charset = latin1