21 lines
449 B
Text
21 lines
449 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"sarif-viewer.connectToGithubCodeScanning": "on",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "always"
|
|
},
|
|
"files.associations": {
|
|
"*.embeddedhtml": "html"
|
|
},
|
|
"[php]": {
|
|
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
|
|
}
|
|
}
|
|
}
|