« get me outta code hell

Plain text.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/Plain text.sublime-settings
blob: 1bf52d0c2e1dac42d008ba0330f86f82c3b6915c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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"
  ],
}