# EditorConfig — makes editors satisfy the pre-commit hygiene hooks before you commit.
# https://editorconfig.org
root = true

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

# Markdown uses two trailing spaces for hard line breaks; don't strip them.
[*.md]
trim_trailing_whitespace = false
