-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPreferences.sublime-settings
64 lines (64 loc) · 1.16 KB
/
Preferences.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
{
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/SublimeLinter/GitHub (SL).tmTheme",
"defaultLineEnding": "unix",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".tmp"
],
"font_face": "Anonymous Pro",
"font_size": 23.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_files": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"preview_on_click": false,
"remember_open_files": true,
"rulers":
[
100
],
"show_tab_close_buttons": false,
"sidebar_size_12": true,
"smart_indent": true,
"status_bar_brighter": true,
"tab_size": 2,
"tabs_padding_small": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 101
}