dprint-plugin-json
dprint-plugin-json copied to clipboard
Allow disabling the new line requirement
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
Maybe:
"eofNewLine": "maintain" | "always" | "never"