blob: 97e961b9b0b44ca840d0614b22545d9237cdc089 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 8
indent_style = tab
insert_final_newline = true
max_line_length = 100
tab_width = 8
trim_trailing_whitespace = true
[*.json]
indent_style = space
indent_size = 4
[{COMMIT_EDITMSG,*.patch}]
max_line_length = 75