Skip to content

Commit bc8dc6b

Browse files
committed
Update Sublime Text preferences to tabs from spaces
1 parent ec91cdd commit bc8dc6b

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed
Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"always_prompt_for_file_reload": true,
3-
"always_show_minimap_viewport": true,
4-
"auto_complete_cycle": true,
5-
"auto_complete_with_fields": true,
6-
"bold_folder_labels": true,
7-
"caret_style": "phase",
8-
"close_windows_when_empty": true,
9-
"copy_with_empty_selection": false,
10-
"create_window_at_startup": true,
11-
"default_line_ending": "unix",
12-
"detect_indentation": false,
13-
"drag_text": false,
14-
"draw_minimap_border": true,
15-
"draw_white_space": "all",
16-
"enable_telemetry": "false",
17-
"ensure_newline_at_eof_on_save": true,
18-
"fade_fold_buttons": false,
19-
"find_selected_text": true,
20-
"folder_exclude_patterns":
21-
[
22-
".idea",
23-
".sass-cache",
24-
".git"
25-
],
26-
"font_face": "Ubuntu Mono",
27-
"font_options":
28-
[
29-
"subpixel_antialias"
30-
],
31-
"font_size": 22,
32-
"highlight_modified_tabs": true,
33-
"hot_exit": false,
34-
"ignored_packages":
35-
[
36-
"Vintage"
37-
],
38-
"indent_guide_options":
39-
[
40-
"draw_active"
41-
],
42-
"indent_to_bracket": true,
43-
"margin": 0,
44-
"match_brackets_angle": true,
45-
"move_to_limit_on_up_down": true,
46-
"rulers":
47-
[
48-
60,
49-
72,
50-
85,
51-
120
52-
],
53-
"scroll_past_end": true,
54-
"shift_tab_unindent": true,
55-
"show_encoding": true,
56-
"show_full_path": true,
57-
"show_line_endings": true,
58-
"smart_indent": false,
59-
"spell_check": true,
60-
"tab_size": 3,
61-
"translate_tabs_to_spaces": true,
62-
"trim_trailing_white_space_on_save": true,
63-
"word_separators": "./\\()\"'_-–—“”‘”:,.;<>~!@#$%^&*|+=[]{}`~?",
64-
"word_wrap": "true",
65-
"wrap_width": 0
2+
"always_prompt_for_file_reload": true,
3+
"always_show_minimap_viewport": true,
4+
"auto_complete_cycle": true,
5+
"auto_complete_with_fields": true,
6+
"bold_folder_labels": true,
7+
"caret_style": "phase",
8+
"close_windows_when_empty": true,
9+
"copy_with_empty_selection": false,
10+
"create_window_at_startup": true,
11+
"default_line_ending": "unix",
12+
"detect_indentation": false,
13+
"drag_text": false,
14+
"draw_minimap_border": true,
15+
"draw_white_space": "all",
16+
"enable_telemetry": "false",
17+
"ensure_newline_at_eof_on_save": true,
18+
"fade_fold_buttons": false,
19+
"find_selected_text": true,
20+
"folder_exclude_patterns":
21+
[
22+
".idea",
23+
".sass-cache",
24+
".git"
25+
],
26+
"font_face": "Ubuntu Mono",
27+
"font_options":
28+
[
29+
"subpixel_antialias"
30+
],
31+
"font_size": 22,
32+
"highlight_modified_tabs": true,
33+
"hot_exit": false,
34+
"ignored_packages":
35+
[
36+
"Vintage"
37+
],
38+
"indent_guide_options":
39+
[
40+
"draw_active"
41+
],
42+
"indent_to_bracket": true,
43+
"margin": 0,
44+
"match_brackets_angle": true,
45+
"move_to_limit_on_up_down": true,
46+
"rulers":
47+
[
48+
60,
49+
72,
50+
85,
51+
120
52+
],
53+
"scroll_past_end": true,
54+
"shift_tab_unindent": true,
55+
"show_encoding": true,
56+
"show_full_path": true,
57+
"show_line_endings": true,
58+
"smart_indent": false,
59+
"spell_check": true,
60+
"tab_size": 3,
61+
"translate_tabs_to_spaces": true,
62+
"trim_trailing_white_space_on_save": true,
63+
"word_separators": "./\\()\"'_-–—“”‘”:,.;<>~!@#$%^&*|+=[]{}`~?",
64+
"word_wrap": "true",
65+
"wrap_width": 0
6666
}

0 commit comments

Comments
 (0)