enable prettier, continue autocomplete tab with ollama

This commit is contained in:
Matthieu Morin 2024-04-01 15:38:23 +02:00
parent 2298278b3a
commit cb931b972f
1 changed files with 9 additions and 3 deletions

View File

@ -70,10 +70,15 @@
"editor.suggestFontSize": 12,
"editor.hover.delay": 150,
"editor.unicodeHighlight.allowedCharacters": {
"": true
"": true
},
// <<< Editor >>>
// === Prettier
"prettier.enable": true,
"prettier.tabWidth": 4,
// <<< Prettier >>>
// === vite ===
"vite.autoStart": false,
"vite.browserType": "system",
@ -160,6 +165,7 @@
"nil": {
"formatting": { "command": ["nixpkgs-fmt"] }
}
}
},
"continue.enableTabAutocomplete": true
// <<< Nix >>>
}