Open RodneyRichardson opened 9 months ago
When running MBeautifier.formatFiles with editor=true (or MBeautifier.formatFile(file, file)), the file is always closed even if it was already open in the editor. I would prefer any files I currently have open in the editor to remain open.
MBeautifier.formatFiles
editor=true
MBeautifier.formatFile(file, file)
When running
MBeautifier.formatFiles
witheditor=true
(orMBeautifier.formatFile(file, file)
), the file is always closed even if it was already open in the editor. I would prefer any files I currently have open in the editor to remain open.