sipher/.vscode/settings.json
Nixyan 2afc18ee99 Restarted the project.
Old one is at the branch @v0.
2025-12-03 09:41:21 -03:00

18 lines
No EOL
460 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,
"typescript.preferences.quoteStyle": "double",
"editor.formatOnSaveMode": "file",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}