mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 01:04:43 +00:00
Add sublime project configuration.
This commit is contained in:
parent
1706361616
commit
0a16b26bca
1 changed files with 13 additions and 0 deletions
13
fabric.sublime-project
Normal file
13
fabric.sublime-project
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": ".",
|
||||
"folder_exclude_patterns": ["tmp", "log", "jsdoc-toolkit", "_site", "docs"],
|
||||
"file_exclude_patterns": ["*.min.js", "*.gz"]
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"tab_size": 2
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue