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/Plain text.sublime-settings | |
parent | 5270d34dba5a0ef4d96acc7c091897cf58ce353d (diff) |
st4: move Sublime Text 4 config into apps directory
Diffstat (limited to 'Sublime Text/Plain text.sublime-settings')
-rw-r--r-- | Sublime Text/Plain text.sublime-settings | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Sublime Text/Plain text.sublime-settings b/Sublime Text/Plain text.sublime-settings deleted file mode 100644 index 1bf52d0..0000000 --- a/Sublime Text/Plain text.sublime-settings +++ /dev/null @@ -1,20 +0,0 @@ -// 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"], - - "extensions": - [ - "ini", - "txt", - "readme", - "changelog", - "yaml" - ], -} |