godot-extended-libraries / godot-next

Godot Node Extensions - Basic Node Extensions for Godot Engine
MIT License
960 stars 61 forks source link

Add formatting script for Travis CI #59

Closed aaronfranke closed 4 years ago

aaronfranke commented 4 years ago

This is a simple script which automatically checks and corrects file formatting to comply with POSIX standards. It includes EOL at EOF, CRLF -> LF, and UTF-8 without BOM.

To run on Travis, this repo needs to be added on the Travis CI website.

The formatting script can also be run locally to fix formatting.

I also updated the gitignore because that file was changed here anyway.