blob: e63f0caed6f9aec20fc17785b8af6723b524dd96 [file] [log] [blame]
# https://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
# Mainly for the multi-line "Description: ..." header.
[*.patch]
indent_style = space
indent_size = 1
[*.pl]
indent_style = tab
tab_size = 8
[sh/git-if-needed]
indent_style = tab
tab_size = 8