ohctech_p8/.vscode/settings.json

7 lines
102 B
JSON
Raw Normal View History

2024-11-02 11:02:15 +05:30
{
"files.exclude": {
2024-11-19 09:59:09 +05:30
"*.sql": true
},
"phpSniffer.standard": "PHPCompatibility"
}