blob: 26fbee54d17a27c684274b6a520ea91ad2ef115e [file] [log] [blame]
# https://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.nix]
indent_style = space
indent_size = 2
# 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