Skip to content

Instantly share code, notes, and snippets.

View nsqwt's full-sized avatar
🏠
Working from home

nsqwt nsqwt

🏠
Working from home
View GitHub Profile
@mrmartineau
mrmartineau / settings.json
Last active December 2, 2025 17:29
vscode settings.json
{
"[handlebars]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"other": "on",
"strings": "off"
}