-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
70 lines (70 loc) · 1.19 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
{
"bold_folder_labels": true,
"caret_style": "phase",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_indent_guides": false,
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*-built.js*",
"*.o",
".DS_Store",
"yarn.lock"
],
"fold_buttons": false,
"folder_exclude_patterns":
[
"*.app",
"*.log",
".bundle",
".exercism",
".git",
".hg",
".idea",
".svn",
".tmp",
".zeus.sock",
"__MACOSX",
"bower_components",
"CVS",
"dummy",
"gettext",
"log",
"node_modules",
"public",
"staged",
"stories",
"test-results",
"tmp",
"translation_pkgs",
"translations",
"vendor"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignore_vcs_packages": true,
"ignored_packages":
[
"Theme - Soda",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": false,
"rulers":
[
120
],
"save_on_focus_lost": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}