9 lines
233 B
JSON
9 lines
233 B
JSON
{
|
|
"tailwindCSS.emmetCompletions": true,
|
|
"editor.inlineSuggest.enabled": true,
|
|
"editor.quickSuggestions": {
|
|
"strings": true
|
|
},
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"css.customData": [".vscode/tailwind.json"]
|
|
}
|