index
:
apheleia.git
align-null-check
main
rr-unmess-ruby
wip/support-inplace-formatters
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apheleia-formatters.el
Age
Commit message (
Expand
)
Author
2024-03-02
Update `apheleia-indent-lisp-buffer` to respect local variables (#286)
tpeacock19
2024-02-08
add support for pyang (#282)
sgherdao
2024-01-12
Add `ruff-isort` formatter (#279)
Chris Rose
2024-01-12
Add support for `treefmt` (#280)
Terje Larsen
2023-12-30
Extend lua support to lua-ts-mode (#275)
Derek Passen
2023-12-21
[#220] Disable in jinja2-mode by default (#238)
Radon Rosborough
2023-12-21
Add ruby-syntax-tree format support (#224)
Nolan
2023-12-14
Add indent level support for yq JSON, XML, and YAML (#259)
Ville Skyttä
2023-12-14
Add `docformatter` which formats Python docstrings to PEP 257 (#267)
Michael Eliachevitch
2023-12-14
Add support for `dprint` (#249)
Ville Skyttä
2023-12-14
Add support for kotlin-ts-mode (#270)
Derek Passen
2023-12-14
Add support for JSON with `python3 -m json.tool` (#257)
Ville Skyttä
2023-12-14
Add support for `cljfmt` (#271)
dalu
2023-12-09
Log an error when a formatter's executable is not found (#269)
Ibrahim Awwal
2023-12-01
Use `perltidy` as default formatter for `cperl-mode` (#260)
Ville Skyttä
2023-11-29
Add `perltidy` indent level and line length support (#261)
Ville Skyttä
2023-11-29
Add denofmt (#264)
dalu
2023-11-28
Add support for Robot Framework files with `robotidy` (#263)
Ville Skyttä
2023-11-26
Add js-beautify based formatters (#229)
Mohsin Kaleem
2023-11-23
Add support for SQL using `pgformatter` (#247)
Abdelhak Bougouffa
2023-11-23
Always supply `--stdin-filepath` to Prettier (#253)
Anders Kaseorg
2023-11-23
Add note about markdown-mode (#256)
Radon Rosborough
2023-11-23
Spelling and grammar fixes (#248)
Ville Skyttä
2023-11-23
Add support for `xmllint` (#251)
Ville Skyttä
2023-11-23
Add support for `yq` (#250)
Ville Skyttä
2023-11-17
Apply some code review suggestions from MELPA (#246)
Radon Rosborough
2023-11-11
[#232] Format from elixir project dir (#239)
Radon Rosborough
2023-11-05
Add support for formatters locally installed via yarn 2+ pnp mode (#200)
Ed Slocomb
2023-11-04
Add support for the ruff python formatter (#236)
Chris Rose
2023-10-29
[#226] Add debug logs (#235)
Radon Rosborough
2023-10-29
Use hclfmt to format hashicorp HCL files. (#231)
Dhananjay Balan
2023-10-21
Use lisp-indent formatter in emacs-lisp-mode (#223)
Ed Slocomb
2023-10-18
[#225] Fix incorrect replq usage (#227)
Mohsin Kaleem
2023-10-17
Restructure and refactor apheleia package (#215)
Mohsin Kaleem
2023-04-20
Move apheleia-formatters to apheleia-utils
Mohsin Kaleem
2023-04-20
Reorganise package requires to always provide apheleia
Mohsin Kaleem
2023-04-16
Update existing formatters to use new formatter helper functions (#167)
Mohsin Kaleem
2023-03-29
Add purs-tidy formatter (#182)
Tomasz Hołubowicz
2023-03-25
Add various helper functions for defining formatters (#166)
Mohsin Kaleem
2023-03-23
Pretter svelte-mode (#178)
Jay Barra
2023-03-12
Revert "Add various helper functions for defining formatters"
Mohsin Kaleem
2023-03-12
Revert "Update existing formatters to use new utility functions"
Mohsin Kaleem
2023-03-12
Update existing formatters to use new utility functions
Mohsin Kaleem
2023-03-12
Add various helper functions for defining formatters
Mohsin Kaleem
2023-03-12
Separate formatters definitions from core apheleia library (#161)
Mohsin Kaleem