Skip to content

Instantly share code, notes, and snippets.

@kaubu
Created July 4, 2023 03:43
Show Gist options
  • Select an option

  • Save kaubu/eee47c2ddd5b0b1cd47ecfe79979b7c7 to your computer and use it in GitHub Desktop.

Select an option

Save kaubu/eee47c2ddd5b0b1cd47ecfe79979b7c7 to your computer and use it in GitHub Desktop.
My VSCodium's settings.jsonf ile
{
"editor.rulers": [
79,
],
"editor.wordWrapColumn": 79,
"editor.mouseWheelZoom": true,
"editor.largeFileOptimizations": false,
"editor.unicodeHighlight.nonBasicASCII": false,
"redhat.telemetry.enabled": false,
"[html]": {
"editor.tabSize": 2
},
"[javascript]": {
"editor.tabSize": 2
},
"[css]": {
"editor.tabSize": 2
},
"[json]": {
"editor.tabSize": 2
},
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontWeight": "400",
"workbench.colorTheme": "Bearded Theme Black & Amethyst Soft",
"workbench.iconTheme": "material-icon-theme",
"files.eol": "\n",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment