chore: cose

This commit is contained in:
Mattia Astorino 2022-12-01 17:04:59 +01:00
parent 0f07c77b82
commit f348987eec
No known key found for this signature in database
GPG key ID: D5713A99B7005A59

View file

@ -17,7 +17,11 @@
"diffEditor.ignoreTrimWhitespace": false,
"editor.tabSize": 4,
"editor.wordWrap": "on",
"editor.quickSuggestions": false
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
},
"xo.enable": false,
"editor.formatOnSave": false,