root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[*.{lua,md}]
indent_style = tab

[*.{json,yml}]
indent_style = spaces
indent_width = 2