Skip to content

Instantly share code, notes, and snippets.

@garth
Last active May 14, 2021 15:15
Show Gist options
  • Save garth/65df12ca2b83b51393c9ba0b9ed4b66c to your computer and use it in GitHub Desktop.
Save garth/65df12ca2b83b51393c9ba0b9ed4b66c to your computer and use it in GitHub Desktop.
VS Code
{
"cSpell.language": "en-GB",
"editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.cursorStyle": "line",
"editor.emptySelectionClipboard": false,
"editor.folding": false,
"editor.fontFamily": "MonoLisa, 'JetBrains Mono', 'Fira Code Retina', 'Cascadia Code', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.formatOnSave": true,
"editor.lineNumbers": "on",
"editor.minimap.enabled": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.quickSuggestions": true,
"editor.renderLineHighlight": "gutter",
"editor.rulers": [120],
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"eslint.packageManager": "yarn",
"explorer.confirmDragAndDrop": false,
"extensions.autoUpdate": true,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"html.autoClosingTags": false,
"javascript.autoClosingTags": false,
"javascript.format.enable": false,
"javascript.validate.enable": true,
"typescript.autoClosingTags": false,
"typescript.format.enable": false,
"typescript.suggest.autoImports": false,
"typescript.updateImportsOnFileMove.enabled": "never",
"workbench.startupEditor": "newUntitledFile",
"cSpell.userWords": [
"Deserializer",
"Flextime",
"Overmind",
"captcha",
"ctbto",
"ctnw",
"devtools",
"fallback",
"ldap",
"podman",
"rfid",
"snackbar",
"timesheet",
"toolbar",
"trialing",
"upsert",
"urql",
"webp"
],
"explorer.openEditors.visible": 0,
"editor.renderIndentGuides": true,
"window.zoomLevel": 0,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"javascript.suggest.autoImports": false,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"breadcrumbs.enabled": false,
"editor.suggestSelection": "first",
"files.eol": "\n",
"emmet.showExpandedAbbreviation": "never",
"editor.cursorSurroundingLines": 4,
"material-icon-theme.activeIconPack": "react",
"workbench.colorTheme": "Nord",
"workbench.iconTheme": "material-icon-theme",
"editor.tokenColorCustomizations": {
"comments": "#7a8393",
"textMateRules": [
{
"name": "[Elixir](JakeBecker.elixir-ls) module attributes",
"scope": "variable.other.readwrite.module.elixir",
"settings": {
"foreground": "#D08770",
"fontStyle": ""
}
},
{
"name": "[Elixir](JakeBecker.elixir-ls) atoms",
"scope": "constant.other.symbol.elixir",
"settings": {
"foreground": "#efd6a5",
"fontStyle": ""
}
}
]
},
"workbench.colorCustomizations": {
"titleBar.border": "#262a33",
//"list.activeSelectionBackground": "#05080A",
"list.inactiveSelectionBackground": "#3B4252",
"tab.inactiveBackground": "#262a33",
"editorGroupHeader.tabsBackground": "#262a33",
"editorGroupHeader.noTabsBackground": "#262a33",
"activityBar.background": "#262a33",
"sideBar.background": "#262a33",
"sideBarSectionHeader.background": "#2E3440",
//"activityBar.border": "#0b1015",
//"tab.border": "#0b1015",
"panel.border": "#262a33",
"statusBar.border": "#262a33",
"editor.background": "#262a33",
"editorGutter.background": "#262a33"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"extensions.ignoreRecommendations": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.preferences.importModuleSpecifier": "relative",
"editor.wordWrap": "on",
"editor.wordWrapColumn": 120,
"telemetry.enableTelemetry": false,
"mssql.connections": [
{
"server": "localhost",
"database": "",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "",
"emptyPasswordInput": false,
"savePassword": true,
"profileName": "localhost"
}
],
"tailwindCSS.includeLanguages": {
"eex": "html",
"html-eex": "html"
},
"files.associations": {
"*.eex": "html-eex",
"*.leex": "html-eex"
},
"vscode-eex-beautify.keepBlankLines": 1,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[graphql]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment