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

[*]
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true

[Changes.mdown]
indent_style = space
indent_size = 2

[*.mdown]
trim_trailing_whitespace = false

[{Makefile, makefile, GNUmakefile}]
indent_style = tab
indent_size = 4
