Last active
February 7, 2024 15:28
-
-
Save avilyre/d8ca2f7421efb918a91f6d3c69d840d1 to your computer and use it in GitHub Desktop.
settings.json
This file contains 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": "Fira Code", | |
"editor.lineHeight": 1.8, | |
"editor.fontLigatures": true, | |
"editor.renderLineHighlight": "all", | |
"editor.tabSize": 2, | |
"editor.semanticHighlighting.enabled": false, | |
"editor.scrollbar.horizontal": "hidden", | |
"editor.scrollbar.vertical": "hidden", | |
"editor.codeActionsOnSave": { | |
"source.fixAll.eslint": "explicit" | |
}, | |
"workbench.iconTheme": "symbols", | |
"workbench.statusBar.visible": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.colorTheme": "Aura Dark (Soft Text)", | |
"workbench.editor.labelFormat": "short", | |
"explorer.compactFolders": false, | |
"breadcrumbs.enabled": false, | |
"symbols.hidesExplorerArrows": false, | |
"window.customTitleBarVisibility": "auto", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment