summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/ymfm/.editorconfig
blob: 29f634bbe5e3654b2475d63ef292f58a2cacde13 (plain) (blame)
1
2
3
4
5
6
7
8
9
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true