1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// These settings override both User and Default settings for the Markdown syntax
{
"rulers": [80],
"ruler_style": "stippled",
"wrap_width": 78,
"mini_diff": false,
"match_brackets": false,
"auto_match_enabled": false,
"highlight_line": false,
"highlight_gutter": false,
"highlight_line_number": true,
"indent_guide_options": [],
"caret_style": "phase",
"caret_extra_top": 2,
"caret_extra_bottom": 2,
"caret_extra_width": 0,
"color_scheme": "Packages/Colorsublime - Themes/Humane.tmTheme",
}
|