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
46 lines (46 loc) · 885 Bytes
/
Preferences.sublime-settings
File metadata and controls
46 lines (46 loc) · 885 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
{
"color_scheme": "Packages/Colorsublime - Themes/cache/Colorsublime-Themes-master/themes/ArtSchool.tmTheme",
"detect_indentation": false,
"draw_white_space": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
"tmp",
"log",
".git",
".svn",
"_site",
".bundle",
".sass-cache",
".asset-cache",
"build",
"node_modules",
"dist",
"public/packs",
"coverage",
".ipynb_checkpoints",
".pytest_cache",
"__pycache__"
],
"font_size": 11,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Python",
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Default.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,
"word_wrap": false
}