# Standard
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 2
indent_style = tab

# Spaces are important
[*.yml]
indent_style = space

[*.sql]
indent_style = space

# Windows endings
[*.bat]
end_of_line = crlf
