« get me outta code hell

Python.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/Python.sublime-settings
blob: addede4331eea6bed30eb27d5b88f035687cb4b9 (plain)
1
2
3
4
5
6
7
// These settings override both User and Default settings for the Python syntax
{
  "rulers": [
    [79, "solid", 2],
    [72, "stippled", 1]
  ]
}