portainer-cli/.editorconfig
2018-10-19 14:29:13 -03:00

11 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