From 5e09a6f1bda4ebbd37439cc3e4575b35b6bde035 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 9 May 2022 10:28:39 +0200 Subject: [PATCH] .vscode/settings: Add rewrap setting. Now we can press Alt+Q to hard (re)wrap comments and docstrings. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7a1f542..811ec6c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -34,5 +34,6 @@ "plaintext", "python", "restructuredtext", - ] + ], + "rewrap.wrappingColumn": 78, }