root = true

[*.{c,cpp}]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_style = space
indent_size = 2
max_line_length = 80

[*.md]
trim_trailing_whitespace = false

[{*.nix,flake.lock}]
indent_size = 2
indent_style = space
