| 1 | [*] |
| 2 | charset = utf-8 |
| 3 | insert_final_newline = true |
| 4 | |
| 5 | # The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep |
| 6 | # them in sync. |
| 7 | [{*.{c,h,sh,bash,perl,pl,pm,txt,adoc},config.mak.*,Makefile}] |
| 8 | indent_style = tab |
| 9 | tab_width = 8 |
| 10 | |
| 11 | [templates/hooks/*.sample] |
| 12 | indent_style = tab |
| 13 | tab_width = 8 |
| 14 | |
| 15 | [*.py] |
| 16 | indent_style = space |
| 17 | indent_size = 4 |
| 18 | |
| 19 | [COMMIT_EDITMSG] |
| 20 | max_line_length = 72 |