aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 163eb75c85257e212368c0694a2947ebcd4c9bcc (plain)
1
2
3
4
5
6
7
8
9
root = true

[*.cr]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true