# EditorConfig is awesome: https://EditorConfig.org

# Top-most EditorConfig file
root = true

# Default configuration for all file types
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

# Markdown files use trailing whitespace for line breaks
[*.md]
trim_trailing_whitespace = false
indent_size = 4
