Skip to content

Config Changes to Fix Line Ending Churn#472

Open
ACoullard wants to merge 1 commit into
devfrom
AC/fix-formatting
Open

Config Changes to Fix Line Ending Churn#472
ACoullard wants to merge 1 commit into
devfrom
AC/fix-formatting

Conversation

@ACoullard
Copy link
Copy Markdown
Contributor

Config Changes to Fix Prettier Messing With Line Endings on Windows

▶ Changelist:

  • Changes the git config so that it gives all files LF (Mac / Linux) line endings on all platforms. Previously only .tsx files got this treatement
  • Adds a config for prettier to ensure it stays in sync with this, and always expects LF line endings

📝 Notes + 🚧 TODO:

  • I've done a little bit of research and it seems like this is a common approach for this type of issue. The only thing we need to keep in mind is adding an exception to the config if we ever use any windows specific files, like .ps1 files.

@ACoullard ACoullard self-assigned this May 23, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
core-live Ready Ready Preview, Comment May 23, 2026 9:18pm
core-main Ready Ready Preview, Comment May 23, 2026 9:18pm

@ACoullard ACoullard changed the title change configs to fix line ending churn Config Changes to Fix Line Ending Churn May 23, 2026
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.

1 participant