-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPreferences.sublime-settings
48 lines (48 loc) · 1.07 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
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".nuxt",
".sass-cache",
"node_modules",
".terraform",
"terraform.tfstate.d"
],
"font_face": "Office Code Pro",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 10,
"ignored_packages":
[
"BufferScroll",
"Color Highlighter",
"JavaScript",
"SublimeLinter-eslint",
"Vintage"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"material_theme_accent_cyan": true,
"material_theme_big_fileicons": true,
"material_theme_contrast_mode": true,
"material_theme_disable_folder_animation": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"reveal-on-activate": false,
"rulers":
[
80
],
"smart_indent": true,
"theme": "Material-Theme-Palenight.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}