-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPreferences.sublime-settings
87 lines (87 loc) · 1.42 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
87
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".*"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".*"
],
"font_face": "Inconsolata-dz",
"font_size": 11,
"highlight_line": true,
"draw_indent_guides": false,
"ensure_newline_at_eof_on_save": true,
"fold_buttons": false,
"save_on_focus_lost": false,
"shift_tab_unindent": true,
"remember_open_files": false,
"font_options":
[
"subpixel_antialias"
],
"ignored_packages":
[
"SublimeCodeIntel"
],
"open_related_patterns":
[
[
"*/src/*.js",
"*/test/*Spec.js"
],
[
"*/src/*.js",
"*/test/*Test.js"
],
[
"*/lib/*.js",
"*/test/*Spec.js"
],
[
"*/lib/*.js",
"*/test/*Test.js"
],
[
"*/app/*.js",
"*/spec/*_spec.rb"
]
],
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true,
"trim_trailing_white_space_on_save": true,
"highlight_modified_tabs": true
}