Files
dotfiles/vsc_settings.json
T
2018-10-11 11:05:18 +02:00

25 lines
725 B
JSON

{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.colorTheme": "Visual Studio Dark",
"git.autofetch": true,
"telemetry.optout": true,
"github.hosts": [
{
"host": "https://github.com",
"username": "oauth",
"token": "system"
}
],
"editor.fontSize": 16,
"editor.fontFamily": "Source Code Pro for Powerline",
"ruby.useBundler": true,
"ruby.format": "rubocop",
"workbench.iconTheme": null,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.tabSize": 2,
"git.path": "/usr/local/bin/git",
"workbench.statusBar.feedback.visible": false
}