-
Notifications
You must be signed in to change notification settings - Fork 11
/
Preferences.sublime-settings
111 lines (111 loc) · 1.87 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/Perv - Color Scheme/Perv Orange.tmTheme",
"detect_slow_plugins": false,
"draw_minimap_border": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Western (Windows 1252)",
"file_exclude_patterns":
[
"*.a",
"*.acorn",
"*.backup",
"*.bak",
"*.class",
"*.dll",
"*.dylib",
"*.docx",
"*.exe",
"*.gif",
"*.ico",
"*.idb",
"*.jpeg",
"*.jpg",
"*.lib",
"*.license",
"*.mov",
"*.mp3",
"*.mp4",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.pdf",
"*.png",
"*.psb",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.sublime-project",
"*.sublime-workspace",
"*.suo",
"*.swf",
"*.tmLanguage.cache",
"*.tmPreferences.cache",
"*.xls",
"*.zargo*",
".DS_Store",
".gitkeep",
".rake_tasks~",
"dump.rdb",
"Gemfile.lock",
"*.~lock.*"
],
"folder_exclude_patterns":
[
"*.esproj",
"*.svn",
"*.tiles",
".bundle",
".git",
".sass-cache",
".yardoc",
".zeus.sock",
"build",
"coverage",
"log",
"pkg",
"tmp"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 14.0,
"gutter": true,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Syntax Highlighting for Sass",
"Nodejs",
"Vintage",
"iTodo",
"HtmlTidy",
"Wordpress",
"AngularJS",
"SublimeREPL"
],
"match_brackets_angle": true,
"mouse_wheel_switches_tabs": false,
"rulers":
[
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true,
"wrap_width": 0
}