From 6bae4d608aeeb8cfe00e029cbd0eef5bad256e3d Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Fri, 24 Nov 2023 19:27:44 -0700 Subject: [PATCH] Update .editorconfig Super linter said lines too long. --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0689ead91..136378e0b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ # EditorConfig is awesome: https://EditorConfig.org -# Stop the editor from looking for ".editorconfig" files in the parent directories. +# Stop editor looking for ".editorconfig" in parent directories. root = true [*] @@ -9,7 +9,7 @@ root = true charset = utf-8 insert_final_newline = true -# Caveat: Prettier won’t trim trailing whitespace inside template strings, +# Caveat: Prettier won’t trim whitespace inside template strings, # but your editor might. trim_trailing_whitespace = true