« get me outta code hell

Markdown.sublime-settings « User « Packages « Sublime Text 4 « apps - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/apps/Sublime Text 4/Packages/User/Markdown.sublime-settings
blob: 7e66dc5ef00e2ea182510a6d454ff5e10cb29f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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,

  "color_scheme": "Packages/Colorsublime - Themes/Humane.tmTheme",

  "rulers": [[78, "dotted", 1]],
  "wrap_width": 78,
}