disable word wrap

This commit is contained in:
griffi-gh 2024-03-25 14:26:30 +01:00
parent a0a24c80dd
commit e765eb2748

View file

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