nextcloud / openapi-extractor

A tool for extracting OpenAPI specifications from Nextcloud source code
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-openapi.html
GNU Affero General Public License v3.0
6 stars 2 forks source link

Add newline at the end of openapi.json #133

Closed come-nc closed 3 months ago

come-nc commented 3 months ago

I keep getting errors from CI because I push openapi.json with a newline at the end while the tool generates it without.

As some of us have precommit hook or editor configurations adding a newline at the end of files by default, could the tool do the same?