summaryrefslogtreecommitdiff
path: root/artix/home/.editorconfig
blob: c203964a18212d13631e35fdae31e7c0b9748075 (plain)
1
2
3
4
5
6
7
8
root = true

[*]
indent_style = tab
indent_size = 8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true