« get me outta code hell

st4: merge cc101 + panacea markdown - dotfiles - Miscellaneous configuration files of my personal use
about summary refs log tree commit diff
path: root/apps/Sublime Text 4/Packages/User
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-05-01 10:45:57 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-05-01 10:45:57 -0300
commitc2f110f569c8b785143ada0996c52d0a7f8fce34 (patch)
tree8c08e743eae527cc04132e9baf13bfbbb2cb0afd /apps/Sublime Text 4/Packages/User
parent869f9e23fda52d6f6818e0364eccc7e181bb336a (diff)
st4: merge cc101 + panacea markdown
Diffstat (limited to 'apps/Sublime Text 4/Packages/User')
-rw-r--r--apps/Sublime Text 4/Packages/User/Markdown.sublime-settings7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/Sublime Text 4/Packages/User/Markdown.sublime-settings b/apps/Sublime Text 4/Packages/User/Markdown.sublime-settings
index 7e66dc5..50c3d10 100644
--- a/apps/Sublime Text 4/Packages/User/Markdown.sublime-settings
+++ b/apps/Sublime Text 4/Packages/User/Markdown.sublime-settings
@@ -1,5 +1,9 @@
 // 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,
@@ -15,7 +19,4 @@
   "caret_extra_width": 0,
 
   "color_scheme": "Packages/Colorsublime - Themes/Humane.tmTheme",
-
-  "rulers": [[78, "dotted", 1]],
-  "wrap_width": 78,
 }