vscode: update config
This commit is contained in:
parent
323a02c6fd
commit
8f2ccfea9d
|
@ -9,4 +9,18 @@
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false,
|
||||||
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
||||||
"update.mode": "none",
|
"update.mode": "none",
|
||||||
|
"intelephense.files.exclude": [
|
||||||
|
"**/.git/**",
|
||||||
|
"**/.svn/**",
|
||||||
|
"**/.hg/**",
|
||||||
|
"**/CVS/**",
|
||||||
|
"**/.DS_Store/**",
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/bower_components/**",
|
||||||
|
"**/vendor/**/{Tests,tests}/**",
|
||||||
|
"**/.history/**",
|
||||||
|
"**/vendor/**/vendor/**",
|
||||||
|
"**/.direnv/**"
|
||||||
|
],
|
||||||
|
"intelephense.format.braces": "k&r",
|
||||||
}
|
}
|
Loading…
Reference in a new issue