-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDarkSkyVis.sublime-project
110 lines (110 loc) · 1.9 KB
/
DarkSkyVis.sublime-project
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "python -u \"$file\""
}
],
"folders":
[
{
"follow_symlinks": true,
"path": "."
},
{
"folder_exclude_patterns":
[
".idea"
],
"follow_symlinks": true,
"path": "python"
},
{
"folder_exclude_patterns":
[
".idea",
// "js/app/examples",
"js/app/iterations"
],
"follow_symlinks": true,
"path": "javascript"
}
],
"settings":
[
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 500,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"convert_indentation_to_spaces": true,
"detect_indentation": true,
"detect_slow_plugins": true,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": false,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".idea"
],
"file_exclude_patterns":
[
".*",
"*.cache",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.zip",
"*.gz",
".nii",
"*.nii.gz",
"*.ppt",
"*.pptx",
"*.docx",
"*.doc",
".DS_Store",
"*.class",
"*.psd",
"*.jpg",
"*.ucls",
"*.pdf",
"*.doc",
"*.db",
"*.eps",
"*.aux",
"*.bbl",
"*.blg",
"*.fdb_latexmk",
"*.log",
"*.out",
"*.sublime-workspace"
],
"font_size": 15,
"hide_side_bar": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"scroll_past_end": true,
"soda_classic_tabs": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false"
}
]
}