update-kernel/.editorconfig

17 lines
216 B
INI

# https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
tab_width = 8
indent_size = 8
indent_style = tab
[COMMIT_EDITMSG]
indent_size = 2
indent_style = space
max_line_length = 80