feat: 初始化

This commit is contained in:
杭城小刘
2018-09-11 10:11:39 +08:00
committed by 杭城小刘
commit 8e5d2c9e7f
264 changed files with 12082 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# VS-Code 的配置
1、Mac 下 按住 “command+shift+p”打开命令面板输入Preferences: Open User Settings在右边的区域输入
```
{
"window.zoomLevel": -1,
"editor.fontSize": 17,
"files.autoSave": "onFocusChange",
"terminal.integrated.fontSize": 15,
"editor.tabSize": 2
}
```