root = true

[*]
charset = utf-8
end_of_line = crlf
indent_size = 2
insert_final_newline = false
indent_style = tab
trim_trailing_whitespace = true

[*.json]
indent_size = 2

[*.yml]
indent_size = 2
indent_style = space

[*.md]
indent_size = 2
indent_style = space