Skip to content

Commit ab86dd8

Browse files
authored
Update openssl.sublime-settings
removed any unnecessary settings.
1 parent 057b975 commit ab86dd8

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

openssl.sublime-settings

+1-37
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,4 @@
1-
// These settings override both User and Default settings for the openssl syntax
1+
// These settings override both User and Default settings for the openssl syntax. There are many additional scopes
22
{
33
"color_scheme": "openssl.sublime-color-scheme",
4-
//"theme": "Adaptive.sublime-theme",
5-
6-
"margin": 0,
7-
"fold_buttons": true,
8-
"fade_fold_buttons": false,
9-
"mini_diff": true,
10-
//"spell_check": true,
11-
"spelling_selector": "markup.raw, source string.quoted - punctuation - meta.preprocessor.include, source comment - source comment.block.preprocessor, -(source, constant, keyword, storage, support, variable, markup.underline.link, meta.tag)",
12-
"tab_size": 2,
13-
"translate_tabs_to_spaces": true,
14-
"use_tab_stops": true,
15-
"detect_indentation": true,
16-
"auto_indent": true,
17-
"smart_indent": true,
18-
"indent_to_bracket": true,
19-
"trim_automatic_white_space": true,
20-
"auto_match_enabled": true,
21-
"draw_minimap_border": true,
22-
"always_show_minimap_viewport": true,
23-
"highlight_line": true,
24-
"caret_style": "smooth", //phase,blink,solid
25-
"caret_extra_top": 4,
26-
"caret_extra_bottom": 4,
27-
"caret_extra_width": 1,
28-
"block_caret": false,
29-
"match_brackets": true,
30-
"match_brackets_content": true,
31-
"match_brackets_square": true,
32-
"match_brackets_braces": true,
33-
"match_brackets_angle": true,
34-
"match_tags": true,
35-
"match_selection": true,
36-
"draw_white_space": "all",
37-
"draw_indent_guides": true,
38-
"indent_guide_options": ["draw_normal"],
39-
"highlight_modified_tabs": true,
404
}

0 commit comments

Comments
 (0)