Update settings.json

This commit is contained in:
Sridhar Ratnakumar 2021-05-31 19:35:01 -04:00 committed by GitHub
parent c63f147a29
commit b4233c4e6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.vscode/settings.json vendored
View file

@ -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"
}