emacs-format-all-the-code icon indicating copy to clipboard operation
emacs-format-all-the-code copied to clipboard

Auto-format source code in many languages with one command

Results 56 emacs-format-all-the-code issues
Sort by recently updated
recently updated
newest added
trafficstars

I am the contributor to this piece of code, and after reviewing the entire file recently, I think that perhaps changing "emacs-hy" to "hy-mode" would be more appropriate? Additionally, I...

When using format-all-region with selected lines inside a `#+BEGIN_SRC lang`, it would be nice if we can inference the language from src block and format.

This pull request adds support for [SQLFluff](https://sqlfluff.com/). There are some problems though. The only way I found to format files with a custom configuration template (which is probably what most...