From e5ff0abf0b14ccf1ed3c2a61560438964edd5747 Mon Sep 17 00:00:00 2001 From: Robert Muchsel <16564465+rotx-maxim@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:38:18 -0600 Subject: [PATCH] Update .yamllint --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index 98e33f5c..3d75f8a4 100644 --- a/.yamllint +++ b/.yamllint @@ -4,3 +4,4 @@ rules: line-length: {max: 1024} new-lines: type: platform + new-line-at-end-of-file: enable