unknownworlds / decoda

Decoda Lua IDE and debugger
GNU General Public License v3.0
900 stars 264 forks source link

CRLF vs LF in .deproj files #20

Open madmaxoft opened 10 years ago

madmaxoft commented 10 years ago

When checking project files in to git, the git on windows expects all text files to have CRLF line ends; the .deproj files break this, causing weird git behavior for these files.

Decoda should either use CRLF on windows, or provide an option to set whether to use CRLF or LF.