https://github.com/robertobdev/settings
My personal settings
https://github.com/robertobdev/settings
Last synced: about 2 months ago
JSON representation
My personal settings
- Host: GitHub
- URL: https://github.com/robertobdev/settings
- Owner: robertobdev
- License: mit
- Created: 2018-10-10T12:38:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T13:44:06.000Z (about 4 years ago)
- Last Synced: 2025-06-06T20:07:43.760Z (10 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Settings
My personal settings
# Vscode settings json
```json
{
"editor.fontSize": 17,
"editor.lineHeight": 20.5,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.codeLens": true,
"editor.renderLineHighlight": "gutter",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"workbench.editor.enablePreviewFromQuickOpen": false,
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/tmp": true,
"**/www": true,
"**/dist": true
},
"files.autoSave": "off",
"explorer.compactFolders": false,
"git.autofetch": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|