dprint / dprint-intellij

A dprint plugin for Intellij.
https://plugins.jetbrains.com/plugin/18192-dprint
MIT License
12 stars 2 forks source link

Fix run on save config and release 0.4.2 #53

Closed ryan-rushton closed 1 year ago

ryan-rushton commented 1 year ago

Copy paste got me. Effectively, when a user hadn't had any user config already configured IJ wouldn't actually create the file due to this issue with potential clashing config. Users in this instance had run on save checked and verbose not checked, so because it was the same as default config the file was never created.