-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
45 lines (45 loc) · 1.09 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
{
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Seti Monokai/scheme/Seti Monokai.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.swp"
],
"font_face": "Knack Nf",
"font_size": 12,
"font_options": ["subpixel_antialias"], // bold, italic, no_antialias, gray_antialias, subpixel_antialias, directwrite
"highlight_line": true,
"highlight_modified_tabs": true,
"ignore_inodes": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_encoding": true,
"show_panel_on_build": false,
"tab_size": 4,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": false,
"word_wrap": "false",
"wrap_width": 120,
"save_on_focus_lost": true,
"spell_check": false
}