Merge pull request #1212 from joeskeen/conf-view-as-ini
add workspace settings with config files treated as INI
This commit is contained in:
commit
879c7400bf
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"**/cfg/conf*.php": "ini"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue