emacs-format-all-the-code
emacs-format-all-the-code copied to clipboard
Auto-format source code in many languages with one command
Would anyone be interested in actively maintaining format-all? My own energies have increasingly been going elsewhere this year, as noted already in #27 and other issues. I added two other...
It seems that unification efforts (e.g. https://github.com/lassik/emacs-format-all-the-code/issues/4) stalled a bit. I'd like to propose (and kindly ask to be implemented, since my elisp is basically non-existent) a minimal solution for...
names of binary executable differ in some distributions like `clang-format-7` or `clang-format-8` in debian. Is there any way to customize the name of binary executable of a formatter ?
I installed black in my pipenv virtualenv, but format-all doesn't pick it up and prompts me to install it with brew. I can run black using `pipenv run black`: ```...
I was lazy and started with the Emacs `system-type` variable. Its value range is kind of weird: ``` Special values: ‘gnu’ compiled for a GNU Hurd system. ‘gnu/linux’ compiled for...
From the [MELPA PR thread](https://github.com/melpa/melpa/pull/5390): @lassik: I thought some more about the minor mode and `before-save-hook` and the customize variables and I'd like to hold off on those for now...
**Unibeautify** * https://github.com/unibeautify/unibeautify * https://unibeautify.com/docs/config-file.html * https://unibeautify.com/ **Language Server Protocol** from Microsoft but adopted by open source community * http://langserver.org/ * https://microsoft.github.io/language-server-protocol/ LSP provides [*Document Formatting Request*](https://microsoft.github.io/language-server-protocol/specification#textDocument_formatting), "sent from the...
From the [MELPA PR thread](https://github.com/melpa/melpa/pull/5390): > format-all-fix-trailing-whitespace is just an ad-hoc reimplementation of whitespace-cleanup. I suggest you remove it in any case, since if users care about this, they can...
Hello I switched on this (mode)[https://github.com/rayliwell/rstml-ts-mode] in order to edit source file combining rust and html. I am trying to setup format-all for this. But it seems the language is...