Last active
June 14, 2018 07:23
-
-
Save selvagsz/86f8694cd1a1c500a13774e074c6a7cc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"editor.tabSize": 2, | |
"editor.formatOnSave": false, | |
"[javascript]": { | |
"editor.formatOnSave": false | |
}, | |
"editor.renderWhitespace": "all", | |
"files.trimTrailingWhitespace": true, | |
"prettier.arrowParens": "always", | |
"prettier.printWidth": 100, | |
"prettier.singleQuote": true, | |
"prettier.trailingComma": "es5", | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"gitlens.historyExplorer.enabled": true, | |
"search.exclude": {}, | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"workbench.colorTheme": "Night Owl", | |
"workbench.colorCustomizations": { | |
"activityBar.background": "#000C1D", | |
"activityBar.border": "#102a44", | |
"sideBar.background": "#001122", | |
"sideBar.border": "#102a44", | |
"sideBar.foreground": "#8BADC1" | |
}, | |
} |
This file contains hidden or 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": "GitHub Clean White", | |
"workbench.colorCustomizations": { | |
"editorCursor.background": "#ffffff", | |
"editorCursor.foreground": "#0000bb", | |
"editor.lineHighlightBackground": "#f0f0f0", | |
"editor.selectionBackground": "#aaeeff" | |
}, | |
"workbench.statusBar.visible": false, | |
"workbench.activityBar.visible": false, | |
"explorer.openEditors.visible": 0, | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "none", | |
"editor.renderIndentGuides": false, | |
"editor.fontWeight": "600", | |
"editor.fontSize": 24, | |
"terminal.integrated.fontWeight": "800", | |
"terminal.integrated.fontSize": 28, | |
"terminal.integrated.shell.linux": "/bin/bash", | |
"editor.formatOnSave": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment