An open API service indexing awesome lists of open source software.

https://github.com/robertobdev/settings

My personal settings
https://github.com/robertobdev/settings

Last synced: about 2 months ago
JSON representation

My personal settings

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": "(//|#|