radian-software / apheleia

🌷 Run code formatter on buffer contents without moving point, using RCS patches and dynamic programming.
MIT License
558 stars 75 forks source link

Separate formatters definitions from core apheleia library #161

Closed mohkale closed 1 year ago

mohkale commented 1 year ago

Moves the bulk of apheleia.el into a new apheleia-core.el file and move formatter definitions and mode-associations into a new apheleia-formatters.el file. The end user experience should be unchanged. Loading apheleia.el will still load everything load everything, just like it used to.