﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
36177	Add a newline to the end of file when generating JSON fixtures	Tom Carrick	Tom Carrick	"Mostly I'd like to get rid of https://github.com/django/django/blob/0bac41fc7e4a842e8d20319cba31cc645501c245/.editorconfig#L24

It's a little annoying to work with in preparation for adding a CSS / JS formatter. While it won't run on JSON (yet?) it does complain about this line at the moment, and it feels a little awkward to have it in the first place.

It could also be useful if people like to concatenate fixtures to avoid getting the last `}` of one fixture on the same line as `{` of the next, and to avoid potential terminal issues around printing stuff without trailing newlines.

Another possibility is to actually format JSON files, which might be nice, and just add these newlines after the fact. If that seems like the better option, it's also fine.

"	Cleanup/optimization	closed	Core (Management commands)	dev	Normal	fixed		Tom Carrick Trey Hunner	Ready for checkin	1	0	0	0	0	0
