{
  // Markdown: Prettier unwraps prose to one logical line per paragraph
  // (see .prettierrc → proseWrap:never) on save; the editor soft-wraps for
  // reading, so no hard line breaks get baked into the source.
  "[markdown]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode",
    "editor.formatOnSave": true,
    "editor.wordWrap": "on"
  },
  // Hide harness-authoring scaffolding from the file explorer
  "files.exclude": {
    ".claude": true,
    ".vscode": true,
    ".agents": true,
    ".codex": true,
    "**/node_modules": true,
    "**/nustack.service.json": true
  }
}
