blob: 42cdc4bbfb05934bb9c3ed2fe0e0d45212c32d7a [file] [log] [blame]
brian m. carlson6f9beef2018-10-08 22:03:52 +00001[*]
2charset = utf-8
3insert_final_newline = true
4
brian m. carlsonb548d692018-10-08 22:03:53 +00005# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep
6# them in sync.
brian m. carlson6f9beef2018-10-08 22:03:52 +00007[*.{c,h,sh,perl,pl,pm}]
8indent_style = tab
9tab_width = 8
10
11[*.py]
12indent_style = space
13indent_size = 4
14
15[COMMIT_EDITMSG]
16max_line_length = 72