« get me outta code hell

SublimeLinter.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/SublimeLinter.sublime-settings
blob: 8ef2f3c111881192a9adfec72074d14bb5b814db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SublimeLinter Settings - User
{
  // "debug": true,

  "linters": {
    "ruff": {
      "args": "--preview --config ~/.dotfiles/code/ruff.toml"
    }
  },

  "paths": {
    "osx": [
      "/opt/homebrew/bin/"
    ]
  }
}