root = true

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

# Don't trim trailing whitespace for Markdown
[*.md]
trim_trailing_whitespace = false

# YAML files use 2 spaces for indentation
[*.{yml,yaml}]
indent_size = 2

# Makefiles use tabs for indentation
[Makefile]
indent_style = tab
