disable word wrap

This commit is contained in:
griffi-gh 2024-03-25 14:26:30 +01:00
parent 6f7f3bc8b0
commit 55c908a3b9

View file

@ -1,5 +1,6 @@
{ {
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.tabSize": 2, "editor.tabSize": 2,
"editor.insertSpaces": true "editor.insertSpaces": true,
"editor.wordWrap": "off"
} }