Last active
November 25, 2019 12:43
-
-
Save girol/e1ad37b55d5d744b37b8f74aa637bb00 to your computer and use it in GitHub Desktop.
VS Code config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Hackerman", | |
"files.trimTrailingWhitespace": true, | |
"workbench.colorCustomizations": { | |
"editor.background": "#000", | |
"editorRuler.foreground": "#08ae6e95", | |
"statusBar.background": "#000", | |
}, | |
"terminal.integrated.fontSize": 14, | |
"window.zoomLevel": 1, | |
// "window.menuBarVisibility": "toggle", | |
"editor.minimap.enabled": false, | |
"explorer.openEditors.visible": 0, | |
"editor.rulers": [ | |
88 | |
], | |
"editor.lineHeight": 30, | |
// "editor.tabSize": 2, | |
// "editor.formatOnSave": true, | |
// Left sidebar | |
"workbench.activityBar.visible": false, | |
/* Extensions and Git */ | |
"extensions.autoUpdate": false, | |
"git.confirmSync": true, | |
"typescript.check.npmIsInstalled": false, | |
"extensions.ignoreRecommendations": false, | |
/* Languages Related */ | |
"php.suggest.basic": false, | |
"files.exclude": { | |
"**/.git": true, | |
"**/.svn": true, | |
"**/.hg": true, | |
"**/CVS": true, | |
"*.swp": true, | |
"*.~": true, | |
"**/.DS_Store": true | |
}, | |
"editor.fontSize": 15, | |
"editor.detectIndentation": true, | |
"workbench.tree.indent": 15, | |
// "editor.fontFamily": "FuraCode Nerd Font Medium, Monaco, 'Courier New', monospace", | |
"editor.fontFamily": "furacode nerd font Mono", | |
// "editor.fontFamily": "mononoki nerd font mono", | |
"editor.fontWeight": "500", | |
"terminal.integrated.fontFamily": "mononoki nerd font mono", | |
"editor.fontLigatures": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Location:
/home/your_user/.config/Code/User