« get me outta code hell

.editorconfig - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/.editorconfig
blob: 5f277000c071b5dc0c2b12fac82825d9e92d7738 (plain)
1
2
3
4
5
6
7
8
9
root = true

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