8667740e1d73c852921b77dd917be1db1a4bb693
   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