Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Add sublime project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Sep 30, 2016
1 parent 18c9553 commit 7e7f7e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
.DS_Store
.DS_Store
*.sublime-workspace
16 changes: 16 additions & 0 deletions wechat_mall_applet.sublime-project
@@ -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
}
}

0 comments on commit 7e7f7e4

Please sign in to comment.