Windows LF vs CRLF line endings #8601
Unanswered
Zeddicus414
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
What's your gitconfig lineconfig? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I ended up in a sort of line ending hell caused by my git config along with marimo's autosave.
The behavior that I'm seeing: Running marimo in windows will always convert the
notebook.pyfile to CRLF line endings, no matter what I configure.What I want: Marimo uses linux line endings or leaves the line endings alone rather than converting them to CRLF.
Things I've tried:
tool.ruff.format.line-ending = "lf"in thepyproject.tomltyas the language server (I hoped that it might honor the ruff config better)Can anyone please help? I have searched the issues and discussions for similar problems and I haven't found any mention of it.
Beta Was this translation helpful? Give feedback.
All reactions