27 lines
828 B
JSON
27 lines
828 B
JSON
{
|
|
"terminal.integrated.sendKeybindingsToShell": true,
|
|
"window.titleBarStyle": "custom",
|
|
"workbench.preferredDarkColorTheme": "GitHub Dark",
|
|
"workbench.preferredLightColorTheme": "GitHub Light",
|
|
"window.autoDetectColorScheme": true,
|
|
"workbench.colorTheme": "GitHub Dark",
|
|
"git.autofetch": true,
|
|
"git.confirmSync": false,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"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",
|
|
}
|