Last active
October 20, 2017 04:08
-
-
Save ariefrahmansyah/0adca2a60b9ea97d76228a7c5495803a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
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
/* VS Code 1.17 */ | |
{ | |
"editor.minimap.enabled": false, | |
"editor.renderIndentGuides": false, | |
"editor.renderWhitespace": "all", | |
"editor.roundedSelection": false, | |
"editor.tabSize": 8, | |
"extensions.autoUpdate": false, | |
"extensions.ignoreRecommendations": true, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"gitlens.blame.line.enabled": false, | |
"update.channel": "none", | |
"window.menuBarVisibility": "toggle", | |
"window.title": "${dirty}${activeEditorShort}${separator}${folderPath}${separator}${rootName}", | |
"workbench.colorTheme": "Monokai", | |
"workbench.startupEditor": "none" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment