From cf028df31e3709216ccc6d3a32030a6b2eb2db14 Mon Sep 17 00:00:00 2001 From: James Yu Date: Tue, 10 Dec 2024 22:49:56 +0800 Subject: [PATCH] Close #4483 Update default arguments for tex-fmt to --nowrap instead of --keep --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61a203d9a..70442ee0f 100644 --- a/package.json +++ b/package.json @@ -2208,7 +2208,7 @@ "type": "string" }, "default": [ - "--keep" + "--nowrap" ], "markdownDescription": "Define the command line arguments for tex-fmt. Refer to https://github.com/WGUNDERWOOD/tex-fmt?tab=readme-ov-file#usage for more information about the arguments. Note that `--stdin` is added by the extension, so no need to add it again. For key-value arguments, separate the key and value in two strings, e.g., [\"--tab\", \"4\"]." },