-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtpl_READY.sublime-settings
73 lines (54 loc) · 2.25 KB
/
tpl_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
// This file should be in : C:\Users\USER\AppData\Roaming\Sublime Text 3\Packages\User\
{
"extensions": ["tpl"],
// "font_face": "OCR A Extended",
// "font_face": "Palatino Linotype",
// "font_face": "Lucida Console",
// "font_face": "Courier New",
"font_face": "Consolas",
// "font_face": "Segoe UI",
// "font_face": "Fixedsys",
// "font_face": "MS Serif",
// "font_face": "Terminal",
"font_size": 9,
// Valid values: bold, italic, no_antialias, gray_antialias, subpixel_antialias, directwrite (Windows).
"font_options":[],
"draw_white_space": "selection",
// The number of spaces a tab is considered equal to
"tab_size": 4,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"align_indent": true,
"smart_indent": true,
"shift_tab_unindent": true,
"copy_with_empty_selection": true,
"gutter": true,
"line_numbers": true,
"margin": 4,
"fold_buttons": true, //If true, you will see triangles next to lines that can be folded.
"fade_fold_buttons": false, // If true, the fold buttons will be hidden until you hover the mouse over the gutter.
"highlight_line": true, // If true, highlights lines where a caret is present.
"line_padding_top": 0,
"line_padding_bottom": 0,
"caret_style": "phase", // Valid values: smooth, phase, blink, solid.
"caret_extra_top": 1,
"caret_extra_bottom": 1,
"caret_extra_width": 3,
"scroll_past_end": true,
"match_tags": true,
"draw_indent_guides": true, // The color of the indentation guides is controlled via the .tmTheme settings: guide, activeGuide and stackGuide.
// The draw_active option will cause the indent guide containing the caret to be shown in a different color.
// Valid options: draw_normal, draw_active.
"indent_guide_options": ["draw_active"],
"show_definitions": true,
"hightlight_modified_tabs": true,
"bold_folder_labels": true,
"mid_line_tabs": false,
"always_show_minimap_viewport": false,
"alignment_chars": [":=", "->"],
"alignment_space_chars": [":"],
"alignment_prefix_chars": [
"+", "-", "&", "|", "<", ">", "!", "~", "%", "/", "*", ".", ":"
]
}