Created
July 4, 2023 03:43
-
-
Save kaubu/eee47c2ddd5b0b1cd47ecfe79979b7c7 to your computer and use it in GitHub Desktop.
My VSCodium's settings.jsonf ile
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
| { | |
| "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