-
Notifications
You must be signed in to change notification settings - Fork 1
/
Preferences.sublime-settings
100 lines (100 loc) · 1.76 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
{
"trim_trailing_white_space_on_save": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "smooth",
"close_windows_when_empty": false,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"draw_indent_guides": true,
"draw_minimap_border": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.sqlite3",
"*.rdb",
"*.psd",
"*.pdf",
"*.jpg",
"*.gif",
"*.png",
"*.xib",
"*.ico",
"*.sublime-*",
".DS_Store",
".tags",
"*.swf",
".tags_sorted_by_file",
"*.jar",
"*.svg",
"*.mwb",
"*.bundle",
"*.min.js"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".bundle",
"system",
"tmp",
"uploads",
"cache",
"vendor/bundle/extensions",
"vendor/bundle/build_info",
"bower_components",
"dist",
"log",
"coverage",
".libs",
"*.release",
"node_modules",
"debug",
".cache"
],
"font_face": "Ricty Diminished",
"font_size": 13.0,
"git_diff_target": "head",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ActionScript",
"ASP",
"C#",
"ConvertToUTF8",
"D",
"Java",
"Lua",
"Matlab",
"OCaml",
"PackageResourceViewer",
"Ruby on Rails snippets",
"Rust",
"Simple Rails Navigator",
"SublimeLinter",
"TrailingSpaces",
"Vintage",
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"move_to_limit_on_up_down": true,
"reveal-on-activate": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
/*"trim_trailing_white_space_on_save": true,*/
"wide_caret": true,
}