Created
November 26, 2022 17:05
-
-
Save arrudacaio/b6cef99ab74f0af328ac6fb539166f7a to your computer and use it in GitHub Desktop.
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
{ | |
"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