Skip to content

Commit 2fe6ae8

Browse files
committed
Update Preferences.sublime-settings
1 parent 660b764 commit 2fe6ae8

File tree

1 file changed

+74
-63
lines changed

1 file changed

+74
-63
lines changed
Lines changed: 74 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,77 @@
11
{
2-
"always_prompt_for_file_reload": true,
3-
"always_show_minimap_viewport": true,
4-
"auto_complete_cycle": true,
5-
"auto_complete_with_fields": true,
6-
"bold_folder_labels": true,
7-
"caret_style": "phase",
8-
"close_windows_when_empty": true,
9-
"copy_with_empty_selection": false,
10-
"create_window_at_startup": true,
11-
"default_line_ending": "unix",
12-
"detect_indentation": false,
13-
"drag_text": false,
14-
"draw_minimap_border": true,
15-
"draw_white_space": "all",
16-
"enable_telemetry": "false",
17-
"ensure_newline_at_eof_on_save": true,
18-
"fade_fold_buttons": false,
19-
"find_selected_text": true,
20-
"folder_exclude_patterns":
21-
[
22-
".idea",
23-
".sass-cache",
24-
".git"
2+
"always_prompt_for_file_reload": true,
3+
"always_show_minimap_viewport": true,
4+
"auto_complete": false,
5+
"auto_complete_cycle": true,
6+
"auto_complete_with_fields": true,
7+
"bold_folder_labels": true,
8+
"caret_extra_bottom": 0,
9+
"caret_extra_top": 0,
10+
"caret_extra_width": 0,
11+
"caret_style": "phase",
12+
"close_windows_when_empty": true,
13+
"copy_with_empty_selection": false,
14+
"control_character_style": "names",
15+
"create_window_at_startup": false,
16+
"default_line_ending": "unix",
17+
"detect_indentation": false,
18+
"drag_text": false,
19+
"draw_minimap_border": true,
20+
"draw_unicode_white_space": "all",
21+
"draw_white_space": "all",
22+
"enable_telemetry": "false",
23+
"ensure_newline_at_eof_on_save": true,
24+
"fade_fold_buttons": false,
25+
"find_selected_text": true,
26+
"folder_exclude_patterns": [
27+
".idea",
28+
".sass-cache",
29+
".git",
30+
".Trash",
31+
".Trash-*"
32+
],
33+
"font_face": "IBM Plex Mono",
34+
"font_face": "Ubuntu Mono",
35+
"font_options": [
36+
"subpixel_antialias"
2537
],
26-
"font_face": "Ubuntu Mono",
27-
"font_options":
28-
[
29-
"subpixel_antialias"
30-
],
31-
"font_size": 22,
32-
"highlight_modified_tabs": true,
33-
"hot_exit": false,
34-
"ignored_packages":
35-
[
36-
"Vintage"
37-
],
38-
"indent_guide_options":
39-
[
40-
"draw_active"
41-
],
42-
"indent_to_bracket": true,
43-
"margin": 0,
44-
"match_brackets_angle": true,
45-
"move_to_limit_on_up_down": true,
46-
"rulers":
47-
[
48-
60,
49-
72,
50-
85,
51-
120
52-
],
53-
"scroll_past_end": true,
54-
"shift_tab_unindent": true,
55-
"show_encoding": true,
56-
"show_full_path": true,
57-
"show_line_endings": true,
58-
"smart_indent": false,
59-
"spell_check": true,
60-
"tab_size": 3,
61-
"translate_tabs_to_spaces": true,
62-
"trim_trailing_white_space_on_save": true,
63-
"word_separators": "./\\()\"'_-–—“”‘”:,.;<>~!@#$%^&*|+=[]{}`~?",
64-
"word_wrap": "true",
65-
"wrap_width": 0
38+
"font_size": 16,
39+
"highlight_modified_tabs": true,
40+
"highlight_gutter": true,
41+
"hot_exit": false,
42+
"ignored_packages": [
43+
"AutoFileName",
44+
"Neon Color Scheme",
45+
"SideBarGit",
46+
"Tag",
47+
"Vintage"
48+
],
49+
"indent_guide_options": [
50+
"draw_active"
51+
],
52+
"indent_to_bracket": true,
53+
"margin": 0,
54+
"match_brackets_angle": true,
55+
"move_to_limit_on_up_down": true,
56+
"open_files_in_new_window": "always",
57+
"remember_workspace": false,
58+
"rulers": [
59+
60, 72, 80, 85, 120
60+
],
61+
"scroll_past_end": true,
62+
"shift_tab_unindent": true,
63+
"show_definitions": false,
64+
"show_encoding": true,
65+
"show_full_path": true,
66+
"show_line_endings": true,
67+
"smart_indent": false,
68+
"spell_check": true,
69+
"tab_completion": false,
70+
"tab_size": 2,
71+
"translate_tabs_to_spaces": true,
72+
"trim_trailing_white_space_on_save": "all",
73+
"update_check": false,
74+
"word_separators": "./\\()\"'_-–—“”‘”:,.;<>~!@#$%^&*|+=[]{}`~?",
75+
"word_wrap": "true",
76+
"wrap_width": 0
6677
}

0 commit comments

Comments
 (0)