You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

29 lines
1.0 KiB

{
"window.zoomLevel": 2,
"editor.codeLensFontFamily": "'Fira Code'",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.inlayHints.fontFamily": "'Fira Code'",
"debug.console.fontFamily": "'Fira Code'",
"terminal.integrated.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"security.workspace.trust.enabled": false,
"workbench.colorTheme": "Super One Dark",
"workbench.iconTheme": "material-icon-theme",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDelete": false,
"files.associations": {
"sxhkdrc": "sxhkdrc",
"*.rasi": "rasi"
},
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"explorer.confirmDragAndDrop": false,
"workbench.startupEditor": "none",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true
}