From ac9f354923567d3797847e016d7345b871a20f63 Mon Sep 17 00:00:00 2001 From: "giantswarm-align-files[bot]" <288255335+giantswarm-align-files[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 15:26:06 +0000 Subject: [PATCH] chore: align files according to platform standards --- .yamllint.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .yamllint.yaml diff --git a/.yamllint.yaml b/.yamllint.yaml new file mode 100644 index 0000000..d63e9e8 --- /dev/null +++ b/.yamllint.yaml @@ -0,0 +1,8 @@ +--- +extends: default +rules: + comments: + min-spaces-from-content: 1 + document-start: disable + line-length: + max: 200