Add sublime project files.

wechat_user_type
guochunzhong 8 years ago
parent 18c9553ea5
commit 7e7f7e42c5
  1. 3
      .gitignore
  2. 16
      wechat_mall_applet.sublime-project

3
.gitignore vendored

@ -1 +1,2 @@
.DS_Store
.DS_Store
*.sublime-workspace

@ -0,0 +1,16 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["tmp"],
"file_exclude_patterns": [".gitkeep","*.sublime-workspace",".DS_Store"]
}
],
"settings":
{
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 2
}
}
Loading…
Cancel
Save