-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferences.sublime-settings
More file actions
39 lines (39 loc) · 921 Bytes
/
Preferences.sublime-settings
File metadata and controls
39 lines (39 loc) · 921 Bytes
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
{
"color_scheme": "Packages/User/SublimeLinter/Predawn Monokai (SL).tmTheme",
"default_line_ending": "unix",
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"predawn_findreplace_small": true,
"predawn_quick_panel_small": true,
"predawn_sidebar_arrows": true,
"predawn_sidebar_medium": true,
"predawn_sidebar_narrow": true,
"predawn_tabs_active_underline": true,
"predawn_tabs_small": true,
"rulers":
[
80,
100
],
"scroll_past_end": false,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}