-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.txt
51 lines (51 loc) · 1.32 KB
/
settings.txt
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
{
"update_check": false,
"Seti_lime_scrollbar": true,
"Seti_lime_statusbar": true,
"Seti_lime_tab": true,
"Seti_yellow_tabclose": true,
"Seti_show_group_arrows": true,
"Seti_sidebar_font_Hack": true,
"Seti_sidebar_font_size_12": true,
"Seti_tab_font_12": true,
"Seti_tabs_small": true,
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html, source.css"
}
],
"caret_style": "solid",
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/User/SublimeLinter/Monokai-Soft (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"rulers":
[
80
],
"scroll_speed": 1.2,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Seti_orig.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}