Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Place to keep all my settings for various things

antoabrand/Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Settings

Place to keep all my settings for various things

VS Code settings

{ "terminal.integrated.shell.osx": "/bin/zsh", "terminal.external.osxExec": "iTerm.app", "workbench.colorTheme": "Light+ Tweaked", "workbench.iconTheme": "field-lights-monochrome-minimalistic", "files.autoSave": "afterDelay", "files.autoSaveDelay": 1000, "editor.fontSize": 13, "editor.cursorStyle": "line", "editor.cursorWidth": 1, "editor.cursorBlinking": "blink", "editor.renderIndentGuides": false, "editor.fontWeight": "bold", "editor.minimap.enabled": false, "explorer.confirmDelete": false, "javascript.updateImportsOnFileMove.enabled": "always", "java.errors.incompleteClasspath.severity": "ignore", "explorer.confirmDragAndDrop": false, "window.zoomLevel": 0, "javascript.validate.enable": false, // Enable/disable default JavaScript formatter (For Prettier) "javascript.format.enable": false, // Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules. "prettier.eslintIntegration": true, "git.confirmSync": false, "materialTheme.fixIconsRunning": false, "git.autofetch": true, "breadcrumbs.enabled": true }

About

Place to keep all my settings for various things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published