dprint-plugin-json icon indicating copy to clipboard operation
dprint-plugin-json copied to clipboard

Allow disabling the new line requirement

Open cliedeman opened this issue 2 years ago • 1 comments

Most packcage managers will remove the trailing new line when adding or removing packcages, but otherwise the file matches dprints format.

Allow ignore mising newlines at the end of the file

cliedeman avatar Sep 14 '23 09:09 cliedeman

Maybe:

"eofNewLine": "maintain" | "always" | "never"

dsherret avatar Sep 15 '23 15:09 dsherret