17 lines
No EOL
412 B
JSON
17 lines
No EOL
412 B
JSON
{
|
|
"css.customData": [
|
|
".vscode/tailwind.json"
|
|
],
|
|
"editor.tabSize": 2,
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.insertSpaces": false,
|
|
"editor.wordWrapColumn": 120,
|
|
"editor.detectIndentation": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.formatOnType": true,
|
|
"editor.formatOnSaveMode": "file",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
} |