20 lines
339 B
INI
20 lines
339 B
INI
# formatting rule for this project
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_size = 4
|
|
indent_style = space
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
|
|
# Docstrings and comments use max_line_length = 79
|
|
[*.py]
|
|
max_line_length = 119
|
|
|
|
# Makefiles always use tabs for indentation
|
|
[Makefile]
|
|
indent_style = tab
|