Skip to content

Commit ff9233c

Browse files
committed
Resolve merge conflict
2 parents f993f8c + 310db51 commit ff9233c

File tree

1 file changed

+74
-75
lines changed

1 file changed

+74
-75
lines changed
Lines changed: 74 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,76 @@
11
{
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"
37-
],
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": true,
73-
"update_check": false,
74-
"word_separators": "./\\()\"'_-–—“”‘”:,.;<>~!@#$%^&*|+=[]{}`~?",
75-
"word_wrap": "true",
76-
"wrap_width": 0
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_options": [
35+
"subpixel_antialias"
36+
],
37+
"font_size": 16,
38+
"highlight_modified_tabs": true,
39+
"highlight_gutter": true,
40+
"hot_exit": false,
41+
"ignored_packages": [
42+
"AutoFileName",
43+
"Neon Color Scheme",
44+
"SideBarGit",
45+
"Tag",
46+
"Vintage"
47+
],
48+
"indent_guide_options": [
49+
"draw_active"
50+
],
51+
"indent_to_bracket": true,
52+
"margin": 0,
53+
"match_brackets_angle": true,
54+
"move_to_limit_on_up_down": true,
55+
"open_files_in_new_window": "always",
56+
"remember_workspace": false,
57+
"rulers": [
58+
60, 72, 80, 85, 120
59+
],
60+
"scroll_past_end": true,
61+
"shift_tab_unindent": true,
62+
"show_definitions": false,
63+
"show_encoding": true,
64+
"show_full_path": true,
65+
"show_line_endings": true,
66+
"smart_indent": false,
67+
"spell_check": true,
68+
"tab_completion": false,
69+
"tab_size": 2,
70+
"translate_tabs_to_spaces": true,
71+
"trim_trailing_white_space_on_save": true,
72+
"update_check": false,
73+
"word_separators": "./\\()\"'_-–—“”‘”:,.;<>~!@#$%^&*|+=[]{}`~?",
74+
"word_wrap": "true",
75+
"wrap_width": 0
7776
}

0 commit comments

Comments
 (0)