Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Line Endings on Dreamweaver for the MAC (so that files work on linux)

I am trying to change the line endings in dreamweaver for the mac so that the line endings match linux standards.

like image 631
user620529 Avatar asked Sep 11 '25 00:09

user620529


1 Answers

Go to Edit | Preferences | Code Format and change the line break type to LF for Unix-style line breaks.

like image 71
JCL1178 Avatar answered Sep 12 '25 15:09

JCL1178