wlroots/.editorconfig

15 lines
205 B
INI
Raw Normal View History

2017-09-28 17:25:22 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
2017-10-15 20:21:05 +00:00
[*.xml]
indent_style = space
indent_size = 2
tab_width = 8