Convert CRLF to LF

Created on 3 December 2019, over 5 years ago
Updated 4 June 2025, 3 days ago

According to the coding standards we must use Unix line terminators https://www.drupal.org/docs/develop/standards/coding-standards#indenting โ†’

Several files in the module make use of CRLF and need to be changed.

find . -type f | xargs file | grep "CRLF line terminators"
# List of files affected
find . -type f -exec dos2unix {} \;

Steps to avoid this: https://www.drupal.org/documentation/git/configure โ†’

๐Ÿ› Bug report
Status

Closed: outdated

Version

1.0

Component

Code

Created by

๐Ÿ‡จ๐Ÿ‡ญSwitzerland grahl Zรผrich

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States dcam

    I've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)".

    If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.

Production build 0.71.5 2024