{
  "$schema": "../../docs/config-schema.json",
  "enabled": true,
  "autoAccept": [
    "*.lock",
    "package-lock.json",
    "yarn.lock",
    "pnpm-lock.yaml",
    "Cargo.lock",
    "Gemfile.lock",
    "composer.lock",
    "Podfile.lock"
  ],
  "autoReject": [
    "*.min.js",
    "*.min.css",
    "*.bundle.js",
    "dist/**",
    "build/**",
    "node_modules/**"
  ],
  "maxFileSize": 1048576,
  "theme": "dark",
  "showLineNumbers": true,
  "confirmRejectAll": true,
  "keybindings": [
    {
      "key": "Ctrl+s",
      "action": "acceptLine",
      "description": "Accept line with Ctrl+S (alternative to 'y')"
    },
    {
      "key": "x",
      "action": "rejectHunk",
      "description": "Reject hunk with X (alternative to 'r')"
    }
  ]
}
