From 6cd86414799c98180ee49357ab522a72e4dc4cd5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 25 Jul 2026 11:57:39 +0100 Subject: editorconfig: yml max_line_length = 100,000 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 241e9a7..020a033 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ max_line_length = 80 [{Makefile,*.mk}] indent_style = tab + +[*.yml] +max_line_length = 100000 -- cgit v1.2.3