root = true

[*]
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = false
insert_final_newline = true

[*.go]
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.toml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
