Skip to content

Instantly share code, notes, and snippets.

@AugustMiller
Created October 19, 2021 20:17
Show Gist options
  • Save AugustMiller/ce6c2b27003038a45ad93e2402577c0e to your computer and use it in GitHub Desktop.
Save AugustMiller/ce6c2b27003038a45ad93e2402577c0e to your computer and use it in GitHub Desktop.
VS Code Settings
{
"editor.fontSize": 14,
"editor.cursorWidth": 2,
"editor.lineHeight": 25,
"editor.renderWhitespace": "all",
"files.insertFinalNewline": true,
"editor.wordWrap": "on",
"workbench.colorTheme": "BirdsofParadise",
"editor.rulers": [
80
],
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?_",
"editor.fontFamily": "'MD IO 0.3'",
"editor.letterSpacing": 0.3,
"editor.cursorSurroundingLines": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment