Last active
June 8, 2025 22:14
-
-
Save pxycknomdictator/557da499acafd9288608124a094d3a3e to your computer and use it in GitHub Desktop.
vscode configuration
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": "Fira Code", | |
"workbench.colorTheme": "Night Owl (No Italics)", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 16, | |
"editor.fontWeight": "580", | |
"editor.lineHeight": 2.6, | |
"editor.cursorStyle": "block", | |
"css.lint.unknownAtRules": "ignore", | |
"editor.lineNumbers": "relative", | |
"editor.smoothScrolling": true, | |
"editor.cursorBlinking": "expand", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"workbench.list.smoothScrolling": true, | |
"editor.wordWrap": "on", | |
"breadcrumbs.enabled": false, | |
"editor.formatOnSave": true, | |
"files.autoSave": "afterDelay", | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"workbench.sideBar.location": "right", | |
"workbench.activityBar.location": "bottom", | |
"editor.minimap.autohide": true, | |
"editor.minimap.renderCharacters": false, | |
"terminal.integrated.fontSize": 15, | |
"terminal.integrated.fontWeight": "540", | |
"terminal.integrated.lineHeight": 1.6, | |
"explorer.compactFolders": false, | |
"prettier.tabWidth": 3, | |
"workbench.tree.indent": 14, | |
"svelte.enable-ts-plugin": true, | |
"[svelte]": { | |
"editor.defaultFormatter": "svelte.svelte-vscode" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.startupEditor": "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment