123456789101112131415161718192021222324252627282930313233 |
- root = true
- [*]
- indent_style = space
- trim_trailing_whitespace = true
- end_of_line = lf
- charset = utf-8
- max_line_length = 79
- [*.py]
- indent_size = 4
- insert_final_newline = true
- [*.c, *.h]
- indent_size = 2
- trim_trailing_whitespace = true
- [Makefile, *.am]
- indent_style = tab
- [*-spec.txt]
- max_line_length = 76
|