cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
611 stars 198 forks source link

Add a newline at the end of the JSON file #83

Closed neingeist closed 10 years ago

neingeist commented 10 years ago

Editors like Vim add a newline at the end of the file when saving. git then complains loudly about the "change":

-] \ No newline at end of file +]

Add a newline to the JSON file to be compatible with editors.

baeuml commented 10 years ago

thanks!