Last active
February 11, 2022 00:29
-
-
Save plmrlnsnts/2c353e0895672d12c5a42d02b3edea4e to your computer and use it in GitHub Desktop.
Code Settings
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
Show hidden characters
{ | |
"[html]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[json]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[jsonc]": { | |
"editor.defaultFormatter": "vscode.json-language-features" | |
}, | |
"[typescript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[vue]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"breadcrumbs.enabled": false, | |
"blade.format.enable": true, | |
"css.validate": false, | |
"editor.bracketPairColorization.enabled": false, | |
"editor.colorDecorators": false, | |
"editor.cursorBlinking": "phase", | |
"editor.fontLigatures": true, | |
"editor.fontFamily": "'Operator Mono Lig', 'Jetbrains Mono', 'Input Mono'", | |
"editor.fontSize": 13, | |
// "editor.hover.enabled": false, | |
"editor.glyphMargin": false, | |
"editor.guides.indentation": false, | |
"editor.lineHeight": 32, | |
"editor.lineNumbers": "off", | |
"editor.minimap.enabled": false, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.renderLineHighlight": "none", | |
"editor.smoothScrolling": true, | |
"editor.quickSuggestions": { | |
"strings": true | |
}, | |
"editor.tabCompletion": "on", | |
"editor.tokenColorCustomizations": { | |
"[Dank Neon Light]": { | |
"textMateRules": [ | |
{ | |
"scope": "invalid", | |
"settings": { | |
"foreground": "#858DB7", | |
} | |
}, | |
] | |
}, | |
"[★★★★★ NORD DARK ★★★★★]": { | |
"textMateRules": [ | |
{ | |
"scope": "invalid.illegal.unrecognized-tag.html", | |
"settings": { | |
"foreground": "#88C0D0", | |
} | |
} | |
] | |
} | |
}, | |
"emmet.triggerExpansionOnTab": true, | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
"vue" | |
], | |
"explorer.openEditors.visible": 0, | |
"files.associations": { | |
"*.module": "php" | |
}, | |
"files.autoSave": "onFocusChange", | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"intelephense.diagnostics.undefinedMethods": false, | |
"intelephense.diagnostics.typeErrors": false, | |
"namespaceResolver.sortAlphabetically": true, | |
"php-docblocker.qualifyClassNames": true, | |
"php-docblocker.useShortNames": true, | |
"scm.diffDecorations": "none", | |
"scss.validate": false, | |
"search.useIgnoreFiles": false, | |
"settingsSync.ignoredSettings": [ | |
"editor.fontSize" | |
], | |
"tailwindCSS.emmetCompletions": true, | |
"telemetry.telemetryLevel": "off", | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyle": "line", | |
"terminal.integrated.defaultProfile.osx": "zsh", | |
"terminal.integrated.enablePersistentSessions": false, | |
"terminal.integrated.fontFamily": "'Input Mono'", | |
"terminal.integrated.fontSize": 12, | |
"terminal.integrated.fontWeightBold": "500", | |
"terminal.integrated.tabs.enabled": false, | |
"terminal.integrated.tabs.focusMode": "singleClick", | |
// "vetur.format.options.tabSize": 4, | |
// "vetur.format.defaultFormatter.html": "prettier", | |
// "vetur.format.defaultFormatter.js": "prettier", | |
// "vetur.format.defaultFormatterOptions": { | |
// "js-beautify-html": { | |
// "wrap_line_length": 100, | |
// "wrap_attributes": "aligned-multiple", | |
// }, | |
// }, | |
"volar.codeLens.pugTools": false, | |
"volar.codeLens.references": false, | |
"volar.codeLens.scriptSetupTools": false, | |
"volar.formatting.printWidth": 120, | |
"volar.icon.splitEditors": false, | |
"window.closeWhenEmpty": true, | |
"window.newWindowDimensions": "inherit", | |
"window.title": "", | |
"workbench.activityBar.visible": false, | |
"workbench.colorCustomizations": { | |
"[★★★★★ NORD DARK ★★★★★]": { | |
"panelTitle.activeBorder": "#0B1015", | |
}, | |
"[August - Radical]": { | |
"titleBar.border": "#12111f" | |
}, | |
"[Berba]": { | |
"scrollbarSlider.background": "#77506722", | |
"titleBar.activeBackground": "#F9F1E9", | |
"titleBar.inactiveBackground": "#F9F1E9", | |
}, | |
"[Dank Neon Light]": { | |
"editor.selectionBackground": "#c8e1ff", | |
"list.activeSelectionForeground": "#191B2A", | |
}, | |
"[Rouge]": { | |
"scrollbarSlider.background": "#a0646822" | |
}, | |
"[Tokyo Night]": { | |
"editor.background": "#16161E", | |
}, | |
}, | |
"window.autoDetectColorScheme": true, | |
"window.zoomLevel": 0.75, | |
"workbench.colorTheme": "Dank Neon Light", | |
"workbench.editor.labelFormat": "short", | |
"workbench.editor.showTabs": false, | |
"workbench.enableExperiments": false, | |
"workbench.iconTheme": "eq-material-theme-icons-light", | |
"workbench.preferredDarkColorTheme": "★★★★★ NORD DARK ★★★★★", | |
"workbench.preferredLightColorTheme": "Dank Neon Light", | |
"workbench.sideBar.location": "right", | |
"workbench.startupEditor": "none", | |
"workbench.statusBar.visible": false, | |
"workbench.tips.enabled": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment