forked from lewagon/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPreferences.sublime-settings
More file actions
43 lines (43 loc) · 933 Bytes
/
Preferences.sublime-settings
File metadata and controls
43 lines (43 loc) · 933 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
{
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
"detect_indentation": false,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": false,
"folder_exclude_patterns":
[
"tmp",
"log",
".git",
"_site",
".bundle",
".sass-cache",
"build",
"node_modules"
],
"font_size": 15,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"use_tab_stops": true,
"wordWrap": false
}