| 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
 | {
	"font_face": "Input Mono Narrow",
	"font_size": 15,
	"show_git_status": false,
	"hide_new_tab_button": true,
	"highlight_line": true,
	"scroll_past_end": true,
	"scroll_context_lines": 6,
	"indent_guide_options": ["draw_active"],
	"folder_exclude_patterns": [".git", ".Trash", ".Trash-*", ".tap", "node_modules"],
	"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip", "*.avif"],
	"trim_trailing_white_space_on_save": "not_on_caret",
	"ensure_newline_at_eof_on_save": true,
	"wrap_width": 80,
	"wrap_width_style": "min",
	"draw_white_space": ["selection", "trailing"],
	"always_show_minimap_viewport": true,
	"draw_minimap_border": true,
	"minimap_horizontal_scrolling": false,
	"caret_style": "smooth",
	"tab_completion": false,
	"mini_diff": "auto",
	"auto_complete": true,
	"find_selected_text": false,
	"tab_size": 2,
	"translate_tabs_to_spaces": true,
	"native_tabs": "preferred",
	"update_system_recent_files": false,
	"ignored_packages":
	[
		"CursorRuler",
		"Vintage",
	],
	"theme": "Adaptive.sublime-theme",
	"color_scheme": "auto",
	"dark_color_scheme": "Packages/Colorsublime - Themes/Jellybeams.tmTheme",
	"light_color_scheme": "Packages/Github Color Theme/GitHub.tmTheme",
}
 |