-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
47 lines (47 loc) · 1.28 KB
/
config.json
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
{
"always_show_minimap_viewport": false,
"animation_enabled": false,
"auto_complete": true,
"block_caret": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_centered": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"font_face": "source code pro",
"font_size": 13,
"hardware_acceleration": "opengl",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ignore_vcs_packages",
"Vintage",
],
"index_files": false,
"line_padding_bottom": -1,
"line_padding_top": -1,
"open_files_in_new_window": "always",
"overlay_scroll_bars": "disabled",
"rulers":
[
100,
120,
168
],
"scroll_past_end": true,
"show_encoding": true,
"tab_completion": false,
"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"line_numbers": false,
"gutter": false,
"show_definitions": false,
"drag_text": false,
"trim_trailing_white_space_on_save": "not_on_caret",
"indent_guide_options": ["draw_active"],
"theme": "Adaptive.sublime-theme",
"auto_complete_delay": 0,
"auto_complete_trailing_symbols": true,
}