Skip to content

Instantly share code, notes, and snippets.

@juliusdejon
Created August 25, 2023 05:37
Show Gist options
  • Save juliusdejon/6b33144ba13276b85b1331e69e14cdf1 to your computer and use it in GitHub Desktop.
Save juliusdejon/6b33144ba13276b85b1331e69e14cdf1 to your computer and use it in GitHub Desktop.
Mac Air vscode settings
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Noctis Minimus",
"editor.wordWrap": "on",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.fontWeight": "400", // Regular,
"editor.tabSize": 2,
"editor.letterSpacing": 0.5,
"editor.cursorStyle": "line",
"editor.cursorWidth": 3,
"editor.cursorBlinking": "smooth",
"editor.renderWhitespace": "all",
"editor.snippetSuggestions": "top",
"editor.glyphMargin": true,
"window.zoomLevel": -1,
"workbench.editor.highlightModifiedTabs": true,
"diffEditor.ignoreTrimWhitespace": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment