basefmt 0.1.0

A formatter that applies universal formatting rules to any text file
Documentation
root = true

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

[*.rs]
indent_size = 4

[*.md{,x}]
trim_trailing_whitespace = false

[tests/fixtures/input/**]
insert_final_newline = false
trim_trailing_whitespace = false
trim_leading_newlines = false