Skip to content

Instantly share code, notes, and snippets.

@jacobparis
Created February 22, 2020 18:31
Show Gist options
  • Save jacobparis/360ea5eb50bb16221d101fb14b7e5e8f to your computer and use it in GitHub Desktop.
Save jacobparis/360ea5eb50bb16221d101fb14b7e5e8f to your computer and use it in GitHub Desktop.
"bracket-pair-colorizer-2.colors": [ // requires Bracket Pair Colorizer 2
"White"
],
"bracket-pair-colorizer-2.showHorizontalScopeLine": false,
"bracket-pair-colorizer-2.scopeLineRelativePosition": true,
"bracket-pair-colorizer-2.colorMode": "Independent",
"bracket-pair-colorizer-2.showBracketsInGutter": true,
"bracket-pair-colorizer-2.rulerPosition": "Full",
"editor.fontFamily": "Comic Code Ligatures, Times New Roman",
"editor.rulers": [ 80, 100],
"editor.fontSize": 15,
"editor.fontLigatures": true,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"workbench.colorTheme": "Cobalt2",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment