From eaf095ec3b0017f824cdbfe4e9e4bc42331d421a Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Fri, 30 Oct 2020 16:26:35 +0800 Subject: Add .yamllint --- .yamllint | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .yamllint (limited to '.yamllint') diff --git a/.yamllint b/.yamllint new file mode 100644 index 00000000..27f0e2a5 --- /dev/null +++ b/.yamllint @@ -0,0 +1,2 @@ +document-start: disable +line-length: disable -- cgit v1.2.3