diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-06-21 19:40:23 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-06-21 19:40:23 -0300 |
commit | cbed4f10a8dca07b3b154cd75c788bec851bf182 (patch) | |
tree | 1b0890ffa273aa63b8bca6821963ac74dced8cf2 /Sublime Text/Plain text.sublime-settings | |
parent | f2d87aed3585102ac978d0eee7ad8babd0cb735b (diff) |
basic Sublime Text files
Diffstat (limited to 'Sublime Text/Plain text.sublime-settings')
-rw-r--r-- | Sublime Text/Plain text.sublime-settings | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Sublime Text/Plain text.sublime-settings b/Sublime Text/Plain text.sublime-settings new file mode 100644 index 0000000..d32596d --- /dev/null +++ b/Sublime Text/Plain text.sublime-settings @@ -0,0 +1,11 @@ +// These settings override both User and Default settings for the Plain text syntax +{ + "rulers": [55, 75, 80], + "ruler_style": "stippled", + + "match_brackets": false, + "auto_match_enabled": false, + + "draw_indent_guides": false, + // "indent_guide_options": ["draw_active"], +} |