Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion javascript/packages/formatter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The `include` patterns are **additive** - they add to the defaults.

- **`enabled`**: `true` or `false` - Must be `true` to enable formatting
- **`indentWidth`**: Number (default: `2`) - Spaces per indentation level
- **`maxLineLength`**: Number (default: `80`) - Maximum line length before wrapping
- **`maxLineLength`**: Number (default: `80`) - Maximum line length before wrapping. Note: tags with **more than 3 attributes** are always wrapped one-per-line, independent of `maxLineLength`.
- **`include`**: Array of glob patterns - Additional patterns to format (additive to defaults)
- **`exclude`**: Array of glob patterns - Patterns to exclude from formatting

Expand Down
Loading