Skip to content

Instantly share code, notes, and snippets.

@gabefinch
Last active May 27, 2019 04:46
Show Gist options
  • Save gabefinch/4a313c19a04a8a84e86cdc3f67739c3c to your computer and use it in GitHub Desktop.
Save gabefinch/4a313c19a04a8a84e86cdc3f67739c3c to your computer and use it in GitHub Desktop.
{
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.fontSize": 18,
"editor.lineHeight": 22,
"editor.fontWeight": "300",
"editor.fontFamily": "Iosevka",
// "editor.fontFamily": "Office Code Pro Medium",
//"editor.fontFamily": "Office Code Pro",
// "editor.fontFamily": "DejaVu Sans Mono",
// "editor.fontFamily": "Input Mono Narrow",
// "editor.fontFamily": "Anonymous Pro",
// "editor.fontFamily": "Fira Mono",
// "editor.fontFamily": "AkkuratMonoMono",
// "editor.fontFamily": "Droid Sans Mono",
// "editor.fontFamily": "Inconsolata",
// "editor.fontFamily": "Ubuntu Mono",
"window.zoomLevel": -0.6,
"editor.tabSize": 2,
"editor.rulers": [80,100],
"editor.renderWhitespace": "boundary",
"editor.minimap.maxColumn": 80,
"editor.wordWrap": "off",
"editor.wrappingIndent": "indent",
"workbench.iconTheme": "material-icon-theme",
// Overrides colors from the currently selected color theme.
// "workbench.colorCustomizations": {
// "editor.selectionBackground": ,
// "editor.selectionHighlightBackground":
// },
// Suppress the warning that the .NET CLI is not on the path.
"csharp.suppressDotnetInstallWarning": true,
// A flag which indicates whether code metrics are shown as inline decoration
// "codemetrics.basics.DecorationModeEnabled": false,
"workbench.colorTheme": "One Dark Pro Vivid",
"editor.emptySelectionClipboard": false,
"editor.occurrencesHighlight": true,
"editor.cursorBlinking": "expand",
"editor.cursorStyle": "line",
"editor.dragAndDrop": false,
"editor.links": false,
"workbench.startupEditor": "none",
"workbench.editor.labelFormat": "default",
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"window.restoreWindows": "none",
"bracketPairColorizer.colorMode": "Independent",
"bracketPairColorizer.contextualParsing": true,
"highlight-matching-tag.style": {
"fontStyle": "oblique"
},
"editor.selectionHighlight": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"files.eol": "\n",
"editor.matchBrackets": false,
"subtleBrackets.styles": {
"global": {
"backgroundColor": "#232344",
"borderWidth": "1px",
"borderStyle": "none none solid none",
}
},
"bookmarks.treeview.visible": true,
"gitlens.codeLens.scopes": [
"blocks",
"document"
],
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment