-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferences.sublime-settings
More file actions
44 lines (44 loc) · 1.18 KB
/
Preferences.sublime-settings
File metadata and controls
44 lines (44 loc) · 1.18 KB
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
{
"auto_complete_cycle": true,
"auto_complete_selector": "meta.tag - punctuation.definition.tag.begin, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc, text.plain",
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"default_line_ending": "unix",
"draw_white_space": ["isolated", "selection", "trailing"],
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "DejaVu Sans Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"hide_new_tab_button": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Discord Rich Presence",
"Vintage",
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": "always",
"revert_font_size": 11,
"rulers":
[
80,
120
],
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"show_project_first": true,
"tab_size": 4,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": "all",
"update_check": false,
"word_wrap": false,
}