From e100dd201af4c8d21b8b1cded5e533ae11afe9a6 Mon Sep 17 00:00:00 2001 From: Cyrille Derche Date: Fri, 28 Jun 2024 10:09:15 +0200 Subject: [PATCH] add .yamllint --- .yamllint | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..dd74efc --- /dev/null +++ b/.yamllint @@ -0,0 +1,7 @@ +rules: + brackets: + forbid: false + min-spaces-inside: 1 + max-spaces-inside: 1 + min-spaces-inside-empty: -1 + max-spaces-inside-empty: -1 \ No newline at end of file