Created
November 23, 2022 14:04
-
-
Save philiplambok/15037d5fc554b329084c9e7247154281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontFamily": "Comic Mono, Roboto Mono, Jetbrains Mono, IBM Plex Mono, Dank Mono, Menlo, Monaco, 'Courier New', monospace", | |
"workbench.editor.showTabs": false, | |
"workbench.statusBar.visible": false, | |
"editor.minimap.enabled": false, | |
"editor.tabSize": 2, | |
// For Stylelint | |
// "stylelint.autoFixOnSave": false, | |
"workbench.colorCustomizations": { | |
"terminal.ansiBrightCyan": "#EE64AE", | |
}, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"editor.wordWrap": "on", | |
"workbench.colorTheme": "GitHub Dark", | |
"workbench.activityBar.visible": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment