Created
December 12, 2017 07:52
-
-
Save imty42/0464e403a0d759e960a2e0c0928d200d 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
// 将设置放入此文件中以覆盖默认设置 | |
{ | |
"files.eol": "\n", | |
"editor.wordWrap": "on", | |
"workbench.startupEditor": "newUntitledFile", | |
"git.autofetch": false, | |
"window.zoomLevel": 0, | |
"python.pythonPath": "python2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment