From f5be53d780907bad2e39ab0aee2d9d8d948cb7f6 Mon Sep 17 00:00:00 2001 From: noxzym Date: Fri, 20 Oct 2023 07:16:24 +0700 Subject: [PATCH] chore(prettier): update config --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b28e5ee2..bd003a7e 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ }, "prettier": { "arrowParens": "avoid", + "printWidth": 100, "tabWidth": 4, "trailingComma": "none" },