This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/.vscode/settings.json

8 lines
253 B
JSON
Raw Normal View History

2023-10-22 14:20:59 +02:00
{
"html.format.indentInnerHtml": true,
2023-10-27 10:58:20 +02:00
"html.format.wrapLineLength": 0,
"intelephense.environment.documentRoot": "web/",
2023-10-29 08:54:45 +01:00
"terminal.integrated.splitCwd": "workspaceRoot",
"phpserver.port": 8080,
"phpserver.relativePath": "web/."
2023-10-22 14:20:59 +02:00
}