emacs-format-all-the-code
emacs-format-all-the-code copied to clipboard
Auto-format source code in many languages with one command
## The near future The format-all package has reached a stable state where it is apparently useful and reliable, but is not getting any new features. I have written and...
Hi there, This is really a fantastic package, and I am now using it everyday. One problem I now have is that, once I open the format-all mode, it will...
I have tried several things and it seems impossible to pass arguments to rustmt. especially the edition. Is it possible to specify --edition 2021. But if I set Rust formatter...
I just spend a couple of hours diagnosing why i could not get "format on save" to work. I wanted to share my experience here to save others going through...
Hey @lassik and @purcell, per https://github.com/raxod502/apheleia/issues/31#issuecomment-823406583 I thought I would open a discussion about merging these three packages together, i.e. selecting one to be the basis for development, then adding...
Hi, i have been using [vimish-fold](https://github.com/matsievskiysv/vimish-fold) package to persist my code folding at session restores. But unfortunately, when i try to run - `format-all-buffer` when there are 1 or more...
Hi, it is nice to have `format-all-region` that only format one region of the buffer. However I am not sure how useful it is. I tried to archive formatting only...
This introduces a keyword symbol `:executable` to `format-all-formatters`. It solves a typical problem where the predefined formatter is just fine but the executable you want to use instead is installed...
This adds a suffix to the filename passed to shfmt so it can use the default settings stored in .editorconfig even for shell scripts without an extension.
This is an implementation of a fix for #240, with a wrapper script.