Skip to content

Promote develop to main#372

Merged
ptr727 merged 1 commit into
mainfrom
develop
Jul 5, 2026
Merged

Promote develop to main#372
ptr727 merged 1 commit into
mainfrom
develop

Conversation

@ptr727

@ptr727 ptr727 commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Promote the editorconfig global-EOL fix (CRLF default with LF exceptions) from develop to main.

Adds `end_of_line = crlf` to the `.editorconfig` `[*]` block, so every
file type has a defined ending (matching the fleet template) instead of
the per-extension-only form. The per-type CRLF rules and the
`.gitattributes` LF pins are unchanged; real files stay compliant.

Resolves the recurring line-ending drift flagged in the ProjectTemplate
audit (ptr727/ProjectTemplate `reports/utilities/audit.md`). First
application of the audit convergence pattern (ProjectTemplate `AUDIT.md`
section 10).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 5, 2026 20:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Promotes the repository-wide EditorConfig EOL policy from develop to main by setting a CRLF default line ending with explicit LF exceptions for Linux shell scripts and other known LF-sensitive files.

Changes:

  • Set end_of_line = crlf as the default for all files via the [*] section in .editorconfig.

@ptr727 ptr727 merged commit c2af314 into main Jul 5, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants