functions/.editorconfig
Peter Kurfer fa9d13d45d
Some checks failed
functions / build (blob-proxy) (push) Failing after 1m7s
functions / build (comics) (push) Successful in 1m42s
functions / image_refs (push) Has been skipped
functions / deploy (push) Has been skipped
fix(ci): update kustomization at once
2025-01-21 17:48:39 +01:00

13 lines
213 B
INI

root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
[*.{yml,yaml}]
indent_size = 2
insert_final_newline = true