-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPreferences.sublime-settings
74 lines (74 loc) · 1.17 KB
/
Preferences.sublime-settings
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
{
"color_scheme": "Packages/Colorcoder/base16-monokai.dark (SL) (Colorcoded).tmTheme",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"tags",
"*.log",
".*~"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp/cache",
"/tags",
"public/assets",
"www/assets",
"coverage",
"tmp/deploy"
],
"font_face": "Ricty",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"All Autocomplete",
"Markdown",
"FullScreenStatus",
"Schemr",
"ScopeHunter",
"Typewriter",
"JavaScript",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"original_color_scheme": "Packages/User/SublimeLinter/base16-monokai.dark (SL).tmTheme",
"remember_open_files": false,
"rulers":
[
100
],
"show_encoding": true,
"theme": "Refined-Light.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}