codeigniter4 / translations

System message translations for CodeIgniter4
https://codeigniter4.github.io/translations/
MIT License
197 stars 206 forks source link

Fixes subtle CS violations #173

Closed paulbalandan closed 3 years ago

paulbalandan commented 3 years ago

Fixes the following:

sfadschm commented 3 years ago

Btw: I would think the main repo line endings might also be a mess :D

Should we always use LF endings for commits?

paulbalandan commented 3 years ago

Btw: I would think the main repo line endings might also be a mess :D

Should we always use LF endings for commits?

LF is standard for PHP files, according to the style guide. And I guess with the PSRs too.