Created
June 11, 2018 16:13
-
-
Save hugocore/87eede108569ff3f54c1f9a56dd9600b to your computer and use it in GitHub Desktop.
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
{ | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": false, | |
"window.zoomLevel": 1, | |
"workbench.sideBar.location": "left", | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "none", | |
"git.autofetch": true, | |
"workbench.colorTheme": "One Dark Pro", | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"git.enableSmartCommit": true, | |
"git.confirmSync": false, | |
"editor.tabSize": 2, | |
"files.trimTrailingWhitespace": true, | |
"files.trimFinalNewlines": true, | |
"files.autoSave": "onFocusChange", | |
"files.insertFinalNewline": true, | |
"editor.formatOnSave": false, | |
"workbench.colorCustomizations": { | |
"editor.selectionBackground": "#135564", | |
"editor.selectionHighlightBackground": "#135564" | |
}, | |
"window.title": "${folderName}${separator}${activeEditorMedium}${dirty}", | |
"workbench.editor.tabSizing": "shrink", | |
"editor.rulers": [ | |
80, | |
100, | |
120 | |
], | |
"javascript.validate.enable": false, | |
"plantuml.server": "http://localhost:8080/", | |
"plantuml.render": "PlantUMLServer", | |
"explorer.confirmDragAndDrop": false, | |
"editor.renderControlCharacters": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment