blob: 282ef1a61ff089ea3e4eff9e723f93a3e51058b6 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | // These settings override both User and Default settings for the Markdown syntax
{
  "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,
  "light_color_scheme": "Bass D-O.sublime-color-scheme",
  // "color_scheme": "MarkdownEditor.sublime-color-scheme",
}
 |