-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
86 lines (86 loc) · 1.58 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"added_words":
[
"blog",
"composable",
"favourite",
"kevinsalter",
"personas",
"wireframes",
"workflows",
"à",
"–"
],
"binary_file_patterns":
[
"*.sassc"
],
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme",
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"ensure_single_trailing_newline": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.sublime-workspace",
"*.suo",
".DS_Store",
".tmp",
"bundle.js",
"bundle_big.js"
],
"folder_exclude_patterns":
[
".git",
".hg",
".svn",
".tmp",
".venv",
"CVS",
"node_modules",
"bower_components"
],
"font_face": "Hack",
"font_size": 14,
"highlight_line": true,
"ignore_whitespace_on_current_line": false,
"ignore_whitespace_only_lines": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remove_trailing_whitespace_on_save": true,
"rulers":
[
80
],
"spacegray_fileicons": true,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_font_large": true,
"spacegray_tabs_xlarge": true,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trimTrailingWhiteSpaceOnSave": true
}