dprint / dprint-intellij

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

Convert FormatResult into a data class #71

Closed ryan-rushton closed 6 months ago

ryan-rushton commented 6 months ago

Overview

This just transforms the FormatResult class into a data class as it is a better representation of what it is supposed to be used for.