From bc5e3874a9870709ec91152f9efce6dad49ca862 Mon Sep 17 00:00:00 2001 From: Chris Grieser <73286100+chrisgrieser@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:08:17 +0200 Subject: [PATCH] style: update `.editorconfig` --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 354311a..cb76e5a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -max_line_length = 80 +max_line_length = 100 end_of_line = lf charset = utf-8 insert_final_newline = true