Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erdemuslu/c7e6cab80a6f2ed16e8ab7865a25933c to your computer and use it in GitHub Desktop.
Save erdemuslu/c7e6cab80a6f2ed16e8ab7865a25933c to your computer and use it in GitHub Desktop.
settings.json
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"workbench.fontAliasing": "antialiased",
"markdown.preview.fontSize": 16,
"terminal.integrated.cursorStyle": "line",
"editor.renderWhitespace": "boundary",
"editor.tabSize": 2,
"editor.wordWrap": "bounded",
"html.format.wrapLineLength": 80,
"editor.wordWrapColumn": 90,
"sync.gist": "6546c255dcc3fd62c9418bc3cd7e3d29",
"git.autofetch": true,
"workbench.activityBar.visible": false,
"workbench.colorCustomizations": {
"scrollbar.shadow": "#323742",
},
"editor.minimap.renderCharacters": false,
"terminal.integrated.shell.osx": "/bin/zsh",
"workbench.statusBar.visible": true,
"gitlens.currentLine.scrollable": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.suggestSelection": "first",
"editor.lineHeight": 30,
"git.untrackedChanges": "separate",
"workbench.editor.enablePreview": false,
"editor.minimap.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Dank Mono, JetBrains Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"comment keyword",
"comment markup.underline.link",
"comment string",
"comment punctuation.definition",
"comment punctuation",
"comment text",
"entity.other.inherited-class",
"entity.other.attribute-name",
"entity.other.attribute-name.pseudo-class.css",
"entity.other.pseudo-class.css",
"entity.other.pseudo-element.css",
"invalid",
"markup.italic",
"markup.quote",
"source.sass variable.other",
"source.sass variable.sass",
"source.scss variable.other",
"source.scss variable.scss",
"source.scss variable.sass",
"source.css variable.other",
"source.css variable.scss",
"source.less variable.other",
"source.less variable.other.less",
"source.less variable.declaration.less",
"storage.type",
"storage.modifier",
"storage.type.modifier",
"support.type",
"entity.name.type.object.console",
"support.type.property-name",
"variable.parameter",
"parameters variable.function",
"variable.language",
"variable.parameter.function.language.special.self.python",
"variable.parameter.function.language.special.cls.python"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
]
},
"editor.fontWeight": "bold",
"window.menuBarVisibility": "toggle",
"terminal.integrated.fontWeight": "bold",
"terminal.integrated.lineHeight": 1.1,
"window.zoomLevel": 0.8,
"workbench.colorTheme": "Nord",
"terminal.integrated.shell.linux": "/bin/zsh",
"terminal.integrated.fontFamily": "Dank Mono"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment