{
  "name": "Developer Toolkit",
  "rules": [
    {
      "app": "",
      "pattern": "[ \\t]+$",
      "match": "regex",
      "action": "replace",
      "value": ""
    },
    {
      "app": "code",
      "pattern": ".",
      "match": "regex",
      "action": "tag",
      "value": "code"
    },
    {
      "app": "windowsterminal",
      "pattern": ".",
      "match": "regex",
      "action": "tag",
      "value": "code"
    },
    {
      "app": "1password",
      "pattern": ".",
      "match": "regex",
      "action": "skip",
      "value": ""
    }
  ]
}
