sipher/.vscode/settings.json
Nixyan 87196d312e Restarting the project once again.
This commit has the skeleton of what is going to be the app.
2026-03-05 18:52:46 -03:00

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