Created
June 22, 2018 01:47
-
-
Save njleonzhang/d4092685ae6d05c1f26ddd66dc13c2e3 to your computer and use it in GitHub Desktop.
vscode 配置项。
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.renderWhitespace": "all", | |
"editor.wordWrap": "on", | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment