-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
56 lines (56 loc) · 1.18 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
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"default_line_ending": "unix",
"show_line_endings": true,
"default_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
".keep",
"*.pyc",
"._*",
"Thumbs.db",
".Spotlight-V100",
".Trashes",
"Desktop.ini"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
".svn",
".idea",
"node_modules"
],
"font_face": "Menlo",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"scroll_past_end": false,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"wrap_width": 120,
"spacegray_sidebar_font_large": true
}