Update settings.json
This commit is contained in:
parent
c63f147a29
commit
b4233c4e6d
1 changed files with 2 additions and 18 deletions
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
|
@ -1,21 +1,5 @@
|
|||
{
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true,
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||
"files.associations": {
|
||||
"*.tpl": "html"
|
||||
},
|
||||
"editor.tabSize": 2,
|
||||
"editor.detectIndentation": false,
|
||||
// Per https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
"tailwindCSS.includeLanguages": {
|
||||
"plaintext": "html"
|
||||
},
|
||||
"editor.colorDecorators": true,
|
||||
"tailwindCSS.colorDecorators": true,
|
||||
"html.format.contentUnformatted": "pre,code,textarea,bind,title",
|
||||
"html.format.wrapLineLength": 100
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
|
||||
}
|
Loading…
Reference in a new issue