-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
hi, any way to add configuration to the project; and work around the project directory; instead of globally?
Like this:
{
"folders": [
{
"path": "Example1",
"settings":
{
"php_bin": "C:/xampp/php/php.exe",
"psr1": true,
"psr2": false,
"version": 4,
"enable_auto_align": true,
"format_on_save": false,
"indent_with_space": true
}
},
{
"path": "Example2",
"settings":
{
"php_bin": "C:/xampp/php/php.exe",
"psr1": true,
"psr2": true,
"version": 4,
"enable_auto_align": true,
"format_on_save": true,
"indent_with_space": false
}
}]
}Metadata
Metadata
Assignees
Labels
No labels