Skip to content

Instantly share code, notes, and snippets.

@serhatyuna
Last active September 23, 2018 12:37
Show Gist options
  • Save serhatyuna/50ad02bddcc2dbe89486057c9a7b2b65 to your computer and use it in GitHub Desktop.
Save serhatyuna/50ad02bddcc2dbe89486057c9a7b2b65 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": -1,
"editor.fontFamily": "Office Code Pro D Regular, Operator Mono Light, Menlo, SF Mono Light, 'Fira Code', Inconsolata, Consolas, 'Courier New', monospace",
"editor.fontSize": 18,
"editor.tabSize": 2,
// Theme Settings
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"editor.lineHeight": 30,
"editor.letterSpacing": 0.5,
"workbench.editor.tabSizing": "shrink",
"html.format.enable": true,
"html.format.preserveNewLines": true,
"files.trimTrailingWhitespace": true,
"editor.cursorStyle": "line",
"editor.wordWrap": "on",
// Çoklu seçim ctrl ile yapılıyor
"editor.multiCursorModifier": "ctrlCmd",
"editor.fontWeight": "400",
"editor.cursorBlinking": "solid",
"editor.colorDecorators": false,
"editor.minimap.enabled": false,
"workbench.activityBar.visible": true,
"workbench.sideBar.location": "left",
"editor.renderWhitespace": "none",
"editor.minimap.showSlider": "always",
"workbench.startupEditor": "newUntitledFile",
"extensions.ignoreRecommendations": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.next": true
},
// CTRL + W ile kapat
"workbench.editor.tabCloseButton": "off",
// show snippets before any other auto completion
"editor.snippetSuggestions": "top",
"workbench.editor.enablePreviewFromQuickOpen": false,
"window.title": "${dirty} ${rootName}${separator}${activeEditorShort}",
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false
},
"terminal.integrated.fontSize": 20,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment