diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 10:18:35 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-22 10:37:55 -0400 |
commit | 4288b705f9ca9c383e3101c3da137dbb02dddf20 (patch) | |
tree | 33a12b654fd2786a1231f7e9607615ce2306b1c1 /Sublime Text/Markdown.sublime-settings | |
parent | 5270d34dba5a0ef4d96acc7c091897cf58ce353d (diff) |
st4: move Sublime Text 4 config into apps directory
Diffstat (limited to 'Sublime Text/Markdown.sublime-settings')
-rw-r--r-- | Sublime Text/Markdown.sublime-settings | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Sublime Text/Markdown.sublime-settings b/Sublime Text/Markdown.sublime-settings deleted file mode 100644 index 282ef1a..0000000 --- a/Sublime Text/Markdown.sublime-settings +++ /dev/null @@ -1,19 +0,0 @@ -// 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", -} |