Y
Hacker News
new
|
ask
|
show
|
jobs
by
pipes
13 days ago
Yesterday for me was the last time. Visual studio 2026 default to crlf I think maybe and I have autoctlf in git turned off. I should probably turn that back on.
2 comments
dataflow
13 days ago
I think you want a .gitattributes file where you set the EOL of the file types you care about. And you might want to try autocrlf=input.
link
pipes
13 days ago
Thanks for this :)
link
wnevets
12 days ago
does visual studio support editorconfig.org? I use end_of_line = lf for all my projects
link