root = true

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

# We do Markdown processing in tests
[*.md]
trim_trailing_whitespace = false

[*.toml]
indent_size = 2

[*.css]
indent_size = 2

[*.{json,json5,js}]
indent_size = 2
