Created
November 18, 2018 13:38
-
-
Save noir-neo/7ee9dd54a96b63ff7473831a61bcc981 to your computer and use it in GitHub Desktop.
vscode 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
| { | |
| "keyboard.dispatch": "keyCode", | |
| "editor.fontFamily": "Source Han Code JP", | |
| "editor.insertSpaces": true, | |
| "editor.renderWhitespace": "all", | |
| "editor.autoIndent": true, | |
| "editor.wordWrap": "on", | |
| "workbench.activityBar.visible": false, | |
| "workbench.colorTheme": "Monokai", | |
| "files.trimTrailingWhitespace": true, | |
| "window.zoomLevel": 0, | |
| "editor.tabSize": 2 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment