root = true

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

# Markdown: two trailing spaces are a hard line break, keep them.
[*.md]
trim_trailing_whitespace = false
