summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 65ee036bf62776bbf540b189cbd5f382970c4095 (plain)
1
2
3
4
5
6
7
8
root = true

[*]
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
max_line_length = 100