From 77742f39b5bb05f334b2bc956aea0c68a1a6b361 Mon Sep 17 00:00:00 2001 From: "giantswarm-align-files[bot]" <288255335+giantswarm-align-files[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 09:50:55 +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