root = true

[*]
indent_style=space
indent_size=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=100
insert_final_newline=true

[*.{md,sh,toml,yml}]
indent_style=space
indent_size=2

[*.{md,toml}]
max_line_length=off
