Skip to content

Commit ef47bdd

Browse files
anderruizclaude
andcommitted
style: fix prettier formatting in README.md table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 663156e commit ef47bdd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ Returns sensible defaults: recursive scanning enabled, no path exclusions.
255255

256256
#### `Options`
257257

258-
| Field | Type | Description |
259-
| ---------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
260-
| `Recursive` | `bool` | Scan subdirectories recursively (default: `true`) |
261-
| `ExcludePaths` | `[]string` | Glob patterns to exclude from scanning |
262-
| `ExtractArtifacts` | `bool` | Emit file-type components and dependency edges for build files, enabling `GetBuildFileTrees` dependency and ID resolution (default: `true`) |
258+
| Field | Type | Description |
259+
| ------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
260+
| `Recursive` | `bool` | Scan subdirectories recursively (default: `true`) |
261+
| `ExcludePaths` | `[]string` | Glob patterns to exclude from scanning |
262+
| `ExtractArtifacts` | `bool` | Emit file-type components and dependency edges for build files, enabling `GetBuildFileTrees` dependency and ID resolution (default: `true`) |
263263

264264
## Contributing
265265

0 commit comments

Comments
 (0)