-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
125 lines (125 loc) · 2.13 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"atomic_save": false,
"auto_upgrade_ignore":
[
"GuardHelpers",
"XMPFilter"
],
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".tags",
".tags_sorted_by_file",
"gems.tags"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".idea",
".svn",
"CVS",
"coverage",
"log",
"tmp"
],
"font_size": 12,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript",
"Markdown",
"Vintage"
],
"install_prereleases": true,
"perl_cmd": "/Users/karsten.silkenbaeume/perl5/perlbrew/perls/perl-5.12.2/bin/perl",
"perlcritic_cmd": "/Users/karsten.silkenbaeume/perl5/perlbrew/perls/perl-5.12.2/bin/perlcritic",
"perltidy_cmd": "/Users/karsten.silkenbaeume/perl5/perlbrew/perls/perl-5.12.2/bin/perltidy",
"perltidy_options":
[
"-pbp",
"-l",
"120"
],
"phoenix_color_expanded_folder": true,
"phoenix_color_green": true,
"phoenix_highlight_current_tab": true,
"phoenix_tabs_small": true,
"rulers":
[
80,
92,
120
],
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"todo":
{
"case_sensitive": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.o",
"*.a",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.min.css",
"*.min.js",
"*sc.js",
".tags*",
"gems.tags",
".tags",
".tags_sorted_by_file",
"*.gz"
],
"folder_exclude_patterns":
[
".bundle",
".git",
"assets",
"htdocs",
"log",
"tmp",
"coverage",
"vendor"
],
"patterns":
{
"PENDING": "pending[\\s]*?\\(\"(?P<pending>.*)\"\\)$"
}
},
"translate_tabs_to_spaces": true,
"trim_hidden_characters_on_save": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}