CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Task #5473

TYPO3 Coding Guidelines - Linebreakes

Added by Caspar Stuebs over 3 years ago. Updated over 2 years ago.

Status:Closed Start date:2009-11-23
Priority:Could have Due date:
Assignee:Reinhard Führicht % Done:

100%

Category:-
Target version:-
Votes: 0

Description

All of the formhandler php files uses windows line breaks (CRLF, \r\n, PHP chr(13).chr(10)), but:

http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.3.2/view/1/3/#id2413757

Line breaks

TYPO3 uses Unix line endings (\n, PHP chr(10)). If a developer uses Windows or Mac OS X platform, the editor must be configured to use Unix line endings.

I guess, that the extension should use Unix line endings also.

Associated revisions

Revision 6934
Added by Michiel Roos over 5 years ago

fix bug 5473

Revision 27708
Added by Reinhard Führicht over 3 years ago

- UPDATE: Converted all files to unix linebreaks according to issue #5473

Revision 27708
Added by Reinhard Führicht over 3 years ago

- UPDATE: Converted all files to unix linebreaks according to issue #5473

History

Updated by Reinhard Führicht over 3 years ago

  • Status changed from New to Closed
  • Assignee set to Reinhard Führicht
  • % Done changed from 0 to 100

Committed to trunk

Also available in: Atom PDF