# This is the top-most .editorconfig file; do not search in parent directories.
root = true

# General settings.
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

# Exceptions follow beneath:

[Makefile]
indent_style = tab
