2017-05-26 08:26:32 +02:00
|
|
|
root = true
|
2021-08-25 18:55:19 +02:00
|
|
|
|
2017-05-26 08:26:32 +02:00
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = tab
|
2021-08-25 18:55:19 +02:00
|
|
|
indent_size = 4
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.py]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
max_line_length = 119
|