.vscode/settings: Add rewrap setting.

Now we can press Alt+Q to hard (re)wrap comments and docstrings.
This commit is contained in:
Laurens Valk
2022-05-09 10:28:39 +02:00
parent 5e9a8c5737
commit 5e09a6f1bd
+2 -1
View File
@@ -34,5 +34,6 @@
"plaintext",
"python",
"restructuredtext",
]
],
"rewrap.wrappingColumn": 78,
}