1# SPDX-License-Identifier: GPL-2.0 2 3root = true 4 5[*] 6charset = utf-8 7end_of_line = lf 8indent_size = 8 9indent_style = tab 10insert_final_newline = true 11max_line_length = 100 12tab_width = 8 13trim_trailing_whitespace = true 14 15[*.json] 16indent_style = space 17indent_size = 4 18 19[{COMMIT_EDITMSG,*.patch}] 20max_line_length = 75 21

