root = true

[*]
end_of_line = lf

trim_trailing_whitespace = true
insert_final_newline = true


[*.el]
indent_style = space
max_line_length = 80


[Makefile]
indent_style = tab
tab_width = 4


[.gitmodules]
indent_style = tab
tab_width = 4


[*.yml]
indent_style = space
indent_size = 2

[ert-tests/**/*.ini]
file_type_ext = editorconfig
