spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

Suggestion: Migrate to a better formatter like apheleia instead of srefactor

Open maikol-solis opened this issue 1 year ago • 0 comments

Hi!

apheleia (https://github.com/radian-software/apheleia) provides a better and stable way to format buffers. I have issues with srefactor because it doesn't format correctly my init.el.

For example, something like

   (latex :variables latex-backend 'lsp 
                     latex-refresh-preview t 
                     latex-enable-auto-fill nil latex-enable-folding t 
                     latex-enable-magic t)

is formatted like

   (latex :variables latex-backend'lsp latex-refresh-preview
          t latex-enable-auto-fill nil latex-enable-folding
          t latex-enable-magic t)

Best.

maikol-solis avatar May 23 '24 20:05 maikol-solis