-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPreferences.sublime-settings
120 lines (120 loc) · 2.09 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
112
113
114
115
116
117
118
119
120
{
"always_show_minimap_viewport": false,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "solid",
"color_scheme": "Packages/User/SublimeLinter/Dracula (SL).tmTheme",
"detect_indentation": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.pid",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".sass-cache",
"__pycache__",
"env",
"env3",
".DS_Store",
"log",
"tmp"
],
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.pid",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".sass-cache",
"__pycache__",
"env",
"env3",
".DS_Store",
"log",
"tmp",
"/Users/vladanmitevski/dev/repo/ggrc-core/src/ggrc/static/.webassets-cache"
],
"font_face": "Menlo",
"font_size": 14,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_files": true,
"line_numbers": true,
"margin": 0,
"rulers":
[
80,
120
],
"show_line_endings": true,
"soda_classic_tabs": true,
"syntaxes":
[
{
"extensions":
[
"component.html"
],
"syntax": "Angular2 HTML Syntax/Angular2HTML"
}
],
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>;~!@#$%^&*|+=[]{}-`~?",
"word_wrap": true
}