From 5f10dcf7b6e9d348ca648de967f58c34be26a5d2 Mon Sep 17 00:00:00 2001 From: Joaquin Colacci Date: Sun, 29 Oct 2023 09:25:49 +0100 Subject: [PATCH] package: fix formatting width (#125) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bc1a23..6067250 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "properties": { "materialize.formattingWidth": { "type": "number", - "default": 60, + "default": 100, "description": "Maximum width for formatting code." } }