mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-21 23:43:24 +01:00
20 lines
268 B
INI
20 lines
268 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = tab
|
||
|
tab_width = 4
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 100
|
||
|
|
||
|
[*.{yml,yaml}]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
|
||
|
[*.py]
|
||
|
indent_style = space
|
||
|
|