root = true

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

# PEP 8.
[*.py]
indent_size = 4
indent_style = space

# A leading tab starts a code block in Markdown.
[*.md]
indent_style = space
