From 66e8a2d7fbff7ef1549e2518f1867e28a4c140c9 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 11 Mar 2021 23:02:44 +0700 Subject: [PATCH] Update yamllint config --- .yamllint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.yamllint b/.yamllint index bdebcb361b..6add7f4293 100644 --- a/.yamllint +++ b/.yamllint @@ -7,3 +7,7 @@ rules: new-lines: disable new-line-at-end-of-file: disable truthy: disable + comments: + require-starting-space: true + ignore-shebangs: true + min-spaces-from-content: 1 \ No newline at end of file