-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpreferences.json
More file actions
55 lines (55 loc) · 1004 Bytes
/
preferences.json
File metadata and controls
55 lines (55 loc) · 1004 Bytes
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
{
"binary_file_patterns":
[
"*.sassc",
"*.scssc",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.pdf"
],
"bold_folder_labels": true,
"caret_style": "blink",
"caret_extra_width": 3,
"color_scheme": "Packages/resources/Chalked.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"tmp",
"dist",
".git",
"log",
"pkg",
"node_modules",
"vendor/cache",
"vendor/bundle",
"coverage"
],
"font_face": "Operator Mono Light",
"font_size": 22,
"highlight_line": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"material_theme_accent_orange": true,
"material_theme_bold_tab": true,
"material_theme_bright_scrollbars": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true
}