15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"tailwindCSS.emmetCompletions": true,
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/target": true
|
|
},
|
|
"conventionalCommits.scopes": [
|
|
"nix"
|
|
]
|
|
} |