-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtplpre_READY.sublime-settings
102 lines (102 loc) · 2.27 KB
/
tplpre_READY.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// This file should be in : C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\User\
{
"align_indent": true,
"alignment_chars":
[
":=",
"->"
],
"alignment_prefix_chars":
[
"+",
"-",
"&",
"|",
"<",
">",
"!",
"~",
"%",
"/",
"*",
".",
":"
],
"alignment_space_chars":
[
":",
"-"
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": true,
"draw_indent_guides": true,
"draw_white_space": "selection",
"extensions":
[
"tpl"
],
"fade_fold_buttons": false,
"fold_buttons": true,
"font_face": "Consolas",
"font_options":
[
],
"font_size": 9,
"gutter": true,
"highlight_line": true,
"hightlight_modified_tabs": true,
"indent_guide_options":
[
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 0,
"line_padding_top": 0,
"margin": 4,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_tags": true,
"mid_line_tabs": false,
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_definitions": true,
"show_encoding": true,
"smart_indent": true,
"tab_size": 4,
"theme_autocomplete_item_selected_colored": true,
"theme_bar": true,
"theme_find_panel_atomized": true,
"theme_find_panel_font_xs": true,
"theme_icon_button_highlighted": true,
"theme_icons_materialized": true,
"theme_popup_border_visible": true,
"theme_scrollbar_rounded": true,
"theme_sidebar_disclosure": true,
"theme_sidebar_folder_mono": true,
"theme_sidebar_highlight_selected_text_only": true,
"theme_sidebar_highlight_text_only": true,
"theme_sidebar_indent_md": true,
"theme_sidebar_size_xxs": true,
"theme_size_sm": true,
"theme_statusbar_font_lg": true,
"theme_tab_close_always_visible": true,
"theme_tab_font_sm": true,
"theme_tab_line_size_sm": true,
"theme_tab_selected_underlined": true,
"theme_tab_separator": true,
"theme_tab_width_auto": true,
"theme_tooltips_font_md": true,
"theme_unified": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}