From 14d9cb9414acdabb88a1bb6c45e10004c1d37d00 Mon Sep 17 00:00:00 2001 From: Alain Date: Sat, 9 Dec 2023 06:56:17 -0500 Subject: [PATCH] Update .vala-lint.conf --- .vala-lint.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vala-lint.conf b/.vala-lint.conf index e7079b504..5b7529c04 100644 --- a/.vala-lint.conf +++ b/.vala-lint.conf @@ -9,7 +9,7 @@ no-space=error note=warn space-before-paren=error use-of-tabs=off -trailing-newlines=off +trailing-newlines=error trailing-whitespace=off unnecessary-string-template=error