Skip to content

Instantly share code, notes, and snippets.

@ademilter
Last active January 16, 2017 11:33
Show Gist options
  • Save ademilter/4dd9b8e52fc4728cbadaebcce772de9c to your computer and use it in GitHub Desktop.
Save ademilter/4dd9b8e52fc4728cbadaebcce772de9c to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0.6,
"editor.fontSize": 14,
"editor.lineHeight": 24,
"editor.wordWrap": true,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"terminal.external.osxExec": "iTerm.app",
"extensions.autoUpdate": true,
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.4,
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"**/node_modules": true
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/--": true
},
"html.suggest.angular1": false,
"html.suggest.ionic": false
}
@ademilter
Copy link
Author

ademilter commented Jan 16, 2017

Kullandığım eklentiler

screen shot 2017-01-16 at 14 32 13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment