Git fork
at reftables-rust 16 lines 322 B view raw
1[*] 2charset = utf-8 3insert_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}] 8indent_style = tab 9tab_width = 8 10 11[*.py] 12indent_style = space 13indent_size = 4 14 15[COMMIT_EDITMSG] 16max_line_length = 72