root = true

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

[*.{cfg,mpd,svg,toml,xml,yml}]
indent_size = 2

[*.{md,markdown}]
trim_trailing_whitespace = false

[docs/Makefile]
indent_size = 8
indent_style = tab

[docs/{_templates/**.html,_static/**.css}]
indent_size = 2
