mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-21 15:33:15 +01:00
9d8b0b8632
Signed-off-by: Bas Zoetekouw <bas.zoetekouw@surf.nl>
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
|
|
|