-
Notifications
You must be signed in to change notification settings - Fork 0
/
Preferences.sublime-settings
96 lines (96 loc) · 1.65 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
88
89
90
91
92
93
94
95
96
{
"always_show_minimap_viewport": false,
"auto_complete": true,
"auto_indent": true,
"binary_file_patterns":
[
"node_modules/*",
"bower_components/*",
"*.tbz2",
"*.gzip",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"Thumbs.db"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".vscode",
".idea"
],
"font_face": "Hack",
"font_options":
[
"gray_antialias"
],
"font_size": 14,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
],
"indent_subsequent_lines": true,
"indent_to_bracket": true,
"line_padding_bottom": 6,
"line_padding_top": 6,
"margin": 4,
"save_on_focus_lost": false,
"smart_indent": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"vintage_start_in_command_mode": true,
"word_wrap": true,
"wrap_width": 0
}