Skip to content

Instantly share code, notes, and snippets.

@arrudacaio
Created November 26, 2022 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arrudacaio/b6cef99ab74f0af328ac6fb539166f7a to your computer and use it in GitHub Desktop.
Save arrudacaio/b6cef99ab74f0af328ac6fb539166f7a to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"git.ignoreWindowsGit27Warning": true,
"editor.wordWrap": "off",
"editor.fontSize": 12,
"editor.lineHeight": 20,
"terminal.integrated.fontSize": 14,
// "editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.fontFamily": "JetBrains Mono, Fira Code",
"editor.fontLigatures": true,
"editor.trimAutoWhitespace": true,
"editor.renderLineHighlight": "gutter",
"editor.rulers": [80, 120],
"editor.parameterHints.enabled": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"extensions.ignoreRecommendations": true,
"terminal.integrated.fontFamily": "JetBrains Mono, Fira Code",
"workbench.colorTheme": "Nord",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"haskell.manageHLS": "GHCup",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"files.trimTrailingWhitespace": true,
"editor.foldingMaximumRegions": 10000,
"window.zoomLevel": 2,
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single",
"prettier.trailingComma": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment