From 2ef5f6cdef0e0d88d4d7e4b623ee282a81fa2a42 Mon Sep 17 00:00:00 2001 From: Michael Chadwick Date: Thu, 6 Jun 2024 13:54:11 -0700 Subject: [PATCH] increase max line length for hbs files --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index c35a002406..e1b1584540 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,7 @@ indent_size = 2 [*.hbs] insert_final_newline = false +max_line_length = 100 [*.{diff,md}] trim_trailing_whitespace = false