mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 06:38:42 -06:00
disable word wrap
This commit is contained in:
parent
6f7f3bc8b0
commit
55c908a3b9
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true
|
||||
"editor.insertSpaces": true,
|
||||
"editor.wordWrap": "off"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue