Skip to content

Instantly share code, notes, and snippets.

@kraih
Last active June 19, 2019 17:13
Show Gist options
  • Save kraih/94868a1268200d82756a97efb8c17b1c to your computer and use it in GitHub Desktop.
Save kraih/94868a1268200d82756a97efb8c17b1c to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "'Consolas",
"editor.fontSize": 13,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "boundary",
"editor.rulers": [80],
"editor.tabSize": 2,
"emmet.includeLanguages": {
"mojolicious": "html"
},
"explorer.decorations.colors": true,
"explorer.enableDragAndDrop": false,
"explorer.openEditors.visible": 0,
"files.exclude": {
"blib": true,
".git": true,
"pm_to_blib": true,
"Makefile.old": true,
"MYMETA.*": true
},
"files.insertFinalNewline": true,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"perl.ignoreDirs": [".vscode", ".git", "blib"],
"perltidy-more.profile": ".../.perltidyrc",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"terminal.integrated.fontSize": 13,
"vim.normalModeKeyBindings": [
{
"before": ["leader", "p"],
"after": [],
"commands": [
{
"command": "perltidy-more.tidy",
"args": []
}
]
}
],
"workbench.colorCustomizations": {
"[One Dark Pro]": {
"focusBorder": "#0000",
"scrollbar.shadow": "#0000",
"statusBarItem.remoteForeground": "#9da5b4",
"statusBarItem.remoteBackground": "#0000",
"widget.shadow": "#0000"
}
},
"workbench.colorTheme": "One Dark Pro",
"workbench.editor.enablePreview": false,
"workbench.enableExperiments": false,
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "vs-minimal",
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"explorer.autoReveal": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment