[TYPO3-v4] Mr. Jenkins will complain about CGL issues

Christian Kuhn lolli at schwarzbu.ch
Wed Apr 20 14:04:25 CEST 2011


Hey,

On 04/20/2011 01:45 PM, Stefano Kowalke wrote:
> I know that Netbeans and PHPStorm don't add a newline if you don't want
> it. But this could be different in other IDEs and editors.

vim usually inserts a newline at the last line. This can be changed with 
two .vimrc lines:
au BufWritePre * :set binary | set noeol
au BufWritePost * :set nobinary | set eol

Regards
Christian


More information about the TYPO3-project-v4 mailing list