From 652263562370a13fc720ef7cf9a6640030ae8449 Mon Sep 17 00:00:00 2001 From: Alain Date: Sat, 9 Dec 2023 06:54:26 -0500 Subject: [PATCH] Update .vala-lint.conf --- .vala-lint.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vala-lint.conf b/.vala-lint.conf index 863fc7fe1..e7079b504 100644 --- a/.vala-lint.conf +++ b/.vala-lint.conf @@ -8,8 +8,8 @@ naming-convention=error no-space=error note=warn space-before-paren=error -use-of-tabs=error -trailing-newlines=error +use-of-tabs=off +trailing-newlines=off trailing-whitespace=off unnecessary-string-template=error