-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
48 lines (48 loc) · 1.03 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
{
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/Oceanic Next.tmTheme",
"detect_indentation": false,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Anonymous Pro",
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"line_padding_bottom": 1,
"overlay_scroll_bars": "enabled",
"rulers":
[
70,
80
],
"scroll_past_end": false,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_tree_small": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_small": true,
"spacegray_tabs_small": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "auto"
}