Extra Blank lines Problem
I have a problem when I checkout a module from cvs, either using wincvs client or intellij. All the source code has an extra blank line between each line. When I view it in a normal editor there are no extra blank lines. This problem has only occured recently as before I have had no problem getting modules from the same repository. Also others have taken down the same projects and they look fine when viewed on there machine in intellij.
Any ideas?
请先登录再写评论。
Eric wrote:
Check your Line Spacing setting under Settings -> Colors & Fonts
Hello Eric,
Probably your CVS ASCII/Binary files settings are not set correctly. This happens if you have .java to be a binary file and if you check that out on Unix env then you will notice extra blank lines. HTH.
Thanks,
--Venkat.