Skip to content

Instantly share code, notes, and snippets.

View Xpos587's full-sized avatar
๐Ÿน

Michael Xpos587

๐Ÿน
View GitHub Profile
@Xpos587
Xpos587 / settings.json
Last active May 15, 2024 15:15
My vscode settings.json
{
//
// GENERAL
//
"window.autoDetectColorScheme": true,
"workbench.list.smoothScrolling": true,
"workbench.preferredDarkColorTheme": "Material Theme Darker High Contrast",
"workbench.preferredLightColorTheme": "Material Theme Darker High Contrast",
"workbench.editor.enablePreview": true,
"editor.formatOnType": true,