summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: ec0645241b9986b9031eb21b2477246c3178d08c (plain)
1
2
3
4
5
6
7
8
9
[*]
end_of_line = lf

[*.{cpp,h,lua,txt,glsl,md,c,cmake,java,gradle}]
charset = utf8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true