vscode: update settings

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-23 22:09:29 -07:00
parent df9bb37fbe
commit f3f895ae21
1 changed files with 3 additions and 1 deletions

View File

@ -86,5 +86,7 @@
"**/.vscode": true,
"**/patches": true
},
"git.alwaysSignOff": true
"git.alwaysSignOff": true,
"intelephense.environment.documentRoot": "/var/www/html",
"editor.formatOnSave": true
}