-
Notifications
You must be signed in to change notification settings - Fork 0
/
Base File.sublime-settings
35 lines (32 loc) · 1.15 KB
/
Base File.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
{
"caret_style": "phase",
"color_scheme": "Packages/SublimePlugins/Dobdark.tmTheme",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"indent_guides_active_color_scope_name": "active_guide",
"indent_guides_color_scope_name": "guide",
"show_active_indent_guides": true,
"show_indent_guides": false,
"sort_css_on_save": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"indent_subsequent_lines": true,
"highlight_line": true,
"default_line_ending": "unix",
"shift_tab_unindent": true,
"default_line_ending": "unix",
"highlight_word_theme_selector": "currentword",
"word_highlights_draw_outlined": true,
"word_highlights_when_selection_is_empty": true,
"show_tab_close_buttons": false,
"font_options": ["subpixel_antialias"],
"draw_indent_guides": true,
// Controls how the indent guides are drawn, valid options are
// "draw_normal", "draw_active", "draw_stack" and "normal_stippled",
// "active_stippled" and "stack_stippled"
"indent_guide_options": ["draw_normal", "draw_stack",
"normal_stippled", "stack_stippled", "active_stippled"]
}