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": {