Skip to content

Instantly share code, notes, and snippets.

@goloroden
Created July 21, 2024 20:08
Show Gist options
  • Save goloroden/69548974bbf66add75b62eb5045f04db to your computer and use it in GitHub Desktop.
Save goloroden/69548974bbf66add75b62eb5045f04db to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Atom One Dark",
"workbench.startupEditor": "none",
"update.showReleaseNotes": false,
"editor.fontSize": 22,
"terminal.integrated.fontSize": 22,
"workbench.tree.indent": 20,
"editor.minimap.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.guides.bracketPairs": "active",
"editor.guides.bracketPairsHorizontal": "active",
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"javascript.preferences.quoteStyle": "single",
"javascript.preferences.useAliasesForRenames": false,
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.useAliasesForRenames": false,
"typescript.preferences.importModuleSpecifier": "relative",
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.organizeImports.biome": "explicit"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment