Skip to content

Instantly share code, notes, and snippets.

View k3r4s1n's full-sized avatar

Вадим k3r4s1n

View GitHub Profile
@mrmartineau
mrmartineau / settings.json
Last active May 7, 2025 17:00
vscode settings.json
{
"[handlebars]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"other": "on",
"strings": "off"
}