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
|
|
|
|
|
2021-08-25 18:53:07 +02:00
|
|
|
[{*.py,keyringctl}]
|
2021-08-25 18:55:19 +02:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
2021-10-21 20:20:37 +02:00
|
|
|
max_line_length = 120
|
2021-10-17 01:00:38 +02:00
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|