-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsublime preferences 5
60 lines (60 loc) · 1.17 KB
/
sublime preferences 5
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
{
"auto_complete": false,
"caret_style": "smooth",
"color_scheme": "Packages/User/SublimeLinter/Monokai Phoenix (SL).tmTheme",
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".git",
"__pycache__",
"env",
"env3"
],
"font_face": "The Sans Mono-",
"font_options":
[
"subpixel_antialias",
"no_bold"
],
"font_size": 10.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 0,
"match_brackets_angle": true,
"menu_visible": true,
"remember_open_files": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"show_minimap": false,
"show_open_files": true,
"show_tabs": true,
"side_bar_visible": true,
"status_bar_visible": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Seti_orig.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"preview_on_click": false
}