Editor: Always enable word wrap for Visual Studio Code

This commit is contained in:
networkException 2025-03-04 16:35:34 +01:00
parent ebab4cff11
commit 7c678bdec0
Signed by: networkException
GPG key ID: E3877443AE684391

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"editor.wordWrap": "on"
}