matrix-media-expanded/.vscode/settings.json
Sridhar Ratnakumar 7ae116cf34 init
2021-05-31 19:21:58 -04:00

21 lines
No EOL
619 B
JSON

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