Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.editorconfig - github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d66214be9514cc3bac78392451d3551d87c4f52a (plain)
1
2
3
4
5
6
7
8
9
root = true

[*.{cpp,h}]
end_of_line = crlf
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true