ezrpg-legacy / ezRPG-1.2.x

ezrpgproject.net
8 stars 7 forks source link

.editorconfig to ensure consistent code style #45

Closed deohnas closed 7 years ago

deohnas commented 7 years ago

In regards to #44 I wrote a script to check the current state of the project.

The script excludes the /vendor and cache folders.

This was the result:

$ php determineLineEndQuestion.php 
There are 90 files to check.
There are 36 files with a line end.
There are 54 files without a line end.

So I would say we decide to go for without a line ending on the files.