-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferences.sublime-settings
More file actions
59 lines (59 loc) · 1.21 KB
/
Preferences.sublime-settings
File metadata and controls
59 lines (59 loc) · 1.21 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
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
{
"auto_complete_commit_on_tab": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"/C/Users/mroyer/Documents/Dev/Ruby/Web/Sinatra/PerformanceWebsocketOverhaul/Ruby/node_modules/**"
],
"bold_folder_labels": true,
"caret_style": "wide",
"color_inactive_tabs": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"node_modules",
".svn"
],
"font_size": 8,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
],
"index_exclude_patterns":
[
"*.log",
"C:\\Users\\mroyer\\Documents\\Dev\\Python\\Web\\blog\\flask*"
],
"line_padding_bottom": 2.5,
"line_padding_top": 2.5,
"open_files_in_new_window": true,
"remember_open_files": false,
"ruler":
[
80
],
"show_minimap": false,
"status_bar_brighter": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Afterglow-green.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}