dprint / dprint-intellij

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

Use Gson to parse the config file so that it can handle comments in json. #47

Closed ryan-rushton closed 1 year ago

ryan-rushton commented 1 year ago

Overview

Title really.

While testing on a larger repo, I found that json config files with comments break kotlin serialization. This moves back to using gson which didn't have the issue before.