Task #5473
TYPO3 Coding Guidelines - Linebreakes
| 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:
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
fix bug 5473
- UPDATE: Converted all files to unix linebreaks according to issue #5473
- 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