summaryrefslogtreecommitdiffstats
path: root/third_party/function2/.editorconfig
blob: a148dfe07243e24f6a36a760d9b67629955149a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[*]
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