Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m36s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
256 B
INI
15 lines
256 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|
|
|
|
[*.yaml]
|
|
indent_size = 2 |