-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
70 lines (70 loc) · 1.6 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"always_show_minimap_viewport": true,
"auto_complete_cycle": true,
"auto_complete_include_snippets": false,
"auto_complete_include_snippets_when_typing": false,
"auto_complete_use_history": false,
"auto_complete_use_index": false,
"auto_complete_preserve_order": "none",
"auto_find_in_selection": true,
"caret_extra_top": 2,
"caret_extra_bottom": 2,
"caret_extra_width": 1,
"caret_style": "smooth",
"close_deleted_files": false,
"close_windows_when_empty": false,
"color_scheme": "johnburnett.sublime-color-scheme",
"draw_minimap_border": true,
"draw_unicode_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".svn"
],
"font_face": "Monospace",
"font_size": 10,
"font_size_default": 10,
"hide_new_tab_button": true,
"hardware_acceleration": "none",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
],
"image_file_patterns": [],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"match_selection": false,
"mouse_wheel_switches_tabs": false,
"move_to_limit_on_up_down": false,
"rulers":
[
72,
80,
100
],
"scroll_past_end": true,
"scroll_speed": 0.0,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"show_project_first": true,
"show_tab_close_buttons": false,
"spell_check": true,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"word_wrap": false,
}