mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-03-16 22:10:34 +00:00
12 lines
155 B
INI
12 lines
155 B
INI
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
[*.py]
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 4
|
||
|
|
end_of_line = lf
|
||
|
|
charset = utf-8
|
||
|
|
trim_trailing_whitespace = true
|