From 7132a7793b3dd3ffebac489908667724105da325 Mon Sep 17 00:00:00 2001 From: Dominik Zborowski Date: Thu, 31 Oct 2024 14:04:22 +0100 Subject: [PATCH] chore: unify line width (#525) --- .editorconfig | 1 + biome.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 673aefad..25ddfac5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,4 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2 +print_width = 80 diff --git a/biome.json b/biome.json index d97015f3..c91247ed 100644 --- a/biome.json +++ b/biome.json @@ -15,7 +15,8 @@ "formatter": { "enabled": false, "indentWidth": 2, - "indentStyle": "space" + "indentStyle": "space", + "lineWidth": 80 }, "javascript": { "formatter": {