# https://editorconfig.org/

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.1]
indent_style = tab
tab_size = 8

[*.cc]
indent_style = tab
tab_size = 8

[*.H]
indent_style = tab
tab_size = 8

[.xinitrc]
indent_style = tab
tab_size = 8

[tests/setup.cfg]
indent_style = space
indent_size = 4

[tests/tox.ini]
indent_style = space
indent_size = 2

[tests/wmseq]
indent_style = space
indent_size = 4

[tools/wmanager-loop]
indent_style = tab
tab_size = 8

[tools/wmanagerrc-update]
indent_style = tab
tab_size = 8
