-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitbumr.sublime-project
More file actions
34 lines (34 loc) · 1 KB
/
Copy pathgitbumr.sublime-project
File metadata and controls
34 lines (34 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"folders":
[
{
"path": "app",
"file_exclude_patterns": ["app.ico", "qml_qmlcache.qrc", "*.pro.user"],
"folder_exclude_patterns": ["bin", "debug", "release", "lib"],
"name": "app"
},
{
"path": "lib",
"folder_exclude_patterns": ["target", "debug", "release"],
"file_exclude_patterns": ["Cargo.lock", "*.pro.user"],
"name": "lib"
},
{
"path": "test",
"file_exclude_patterns": ["*.qmlc", "*.pro.user"],
"folder_exclude_patterns": ["target", "debug", "release"],
"name": "test"
},
{
"file_include_patterns": ["*.json", "*.txt", "*.sublime-project", "readme.md", "appveyor.yml", "*.pro", "*.py"],
"folder_exclude_patterns": ["*"],
"name": "project",
"path": "."
}
],
"settings":
{
"translate_tabs_to_spaces": false,
"tab_size": 4
}
}