Force vscode word wrap

This commit is contained in:
Anthony Wang 2021-06-26 21:57:29 -05:00
parent aa4524e7f4
commit 1c7f46c5ae
Signed by: a
GPG key ID: BC96B00AEC5F2D76

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

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