1[*] 2charset = utf-8 3insert_final_newline = true 4 5[*.{c,h,sh,perl,pl,pm}] 6indent_style = tab 7tab_width = 8 8 9[*.py] 10indent_style = space 11indent_size = 4 12 13[COMMIT_EDITMSG] 14max_line_length = 72
[*]
charset = utf-8
insert_final_newline = true
[*.{c,h,sh,perl,pl,pm}]
indent_style = tab
tab_width = 8
[*.py]
indent_style = space
indent_size = 4
[COMMIT_EDITMSG]
max_line_length = 72