root = true

[*]
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.lock]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
insert_final_newline = unset
tab_width = unset
trim_trailing_whitespace = unset

[*.md]
trim_trailing_whitespace = false

[*.y{,a}ml]
indent_size = 2
indent_style = space
