analyze_line_endings
Scan files for CRLF and LF conflicts, with optional auto-correction to enforce consistent line endings across platforms.
Instructions
Detect line ending inconsistencies (CRLF vs LF)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory or file path to analyze | |
| autoFix | No | Suggest auto-fix options | |
| preferredEnding | No | Preferred line ending style | LF |