Mohsin Kaleem
e2062d612d
Update tests to fix failures from formatter definition changes
2023-03-12 10:45:14 +00:00
Mohsin Kaleem
3e93610387
Separate formatters definitions from core apheleia library ( #161 )
...
Moves the bulk of apheleia.el into a new apheleia-core.el file and move
formatter definitions and mode-associations into a new
apheleia-formatters.el file. The end user experience should be
unchanged. Loading `apheleia.el` will still load everything load
everything, just like it used to.
2023-03-12 10:22:36 +00:00
Nikolai Prokoschenko
972b9906bf
Add formatter for Caddyfile ( #154 )
...
Add formatter for Caddyfile (#136 )
2023-02-18 17:00:08 -08:00
Abin Simon
deab8fb972
Add gofumpt and goimports as formatter options ( #147 )
...
* Add gofumpt and goimports as formatter options
* Add tests for gofumpt and goimports
* changelog
Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2022-12-10 02:07:34 +00:00
Billy.Zheng
823a81319f
Add Crystal lang support. ( #137 )
...
Thanks
Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2022-10-24 17:42:15 -07:00
Ellis Kenyő
9101a3380c
Assume filename correctly ( #128 )
...
Fixes #108
Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2022-09-13 19:05:22 -07:00
Radon Rosborough
46d373f4bd
[ #103 ] Specify --parser in Prettier ( #107 )
...
Closes #103
2022-09-10 17:24:54 -07:00
Ellis Kenyő
9b745df2fa
Add emacs-lisp formatting ( #102 )
...
* feat: add emacs-lisp formatting
* Disable indent-tabs-mode
* Add stub file for installation
* Fix lint errors
* fix: correctly format based on previous mode
* Formatting
* Fix weird indent
* Add checkindent target
* Update changelog
* Long line
* Empty commit
* fix ci
* revert changelog reformatting
* more changelog
* more
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
2022-09-03 11:22:35 -07:00
Ellis Kenyő
4d59a9b696
Add elm-format ( #100 )
...
* feat: add elm-format
* fix: master => main
* Update elm-format.bash
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-09-03 10:57:40 -07:00
Ellis Kenyő
ac6f733d7b
Add bean-format ( #101 )
...
* feat: add bean-format
* fix: apt => apt-get
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
* fix: pip => pip3
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
* Update changelog
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-06-20 14:51:17 -07:00
Kisaragi Hiu
2fa9dd97ed
Add stylua ( #105 )
2022-06-20 14:21:27 -07:00
Radon Rosborough
67853e98b1
Use spaces instead of tabs in shfmt
2022-06-04 15:39:09 -07:00
Radon Rosborough
b25256f1b0
[ #99 ] Remove erroneous reference to master
2022-06-03 17:41:25 -07:00
michzappa
cececba08f
Add nixfmt ( #98 )
...
* Add nixfmt
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-15 21:36:47 -07:00
Ellis Kenyő
363d634c5c
Add ktlint ( #97 )
...
* feat: add ktlint
* Apply suggestions from code review
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-13 09:23:57 -07:00
Ellis Kenyő
b5dbab53ea
Add shfmt ( #90 )
...
* feat: add shfmt
Add support for shfmt
* Handle multiple architectures
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-12 12:52:57 -07:00
Ellis Kenyő
982df5a2e0
Add phpcs & introduce scripts/formatters ( #87 )
...
* feat: add phpcs & introduce scripts/formatters
Add phpcs as a supported formatter, and include support for
apheleia-defined scripts for more troublesome formatters
* Revert Emacs version requirement
* More quoting
* Adjust language in documentation
* Thanks checkdoc, lol
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-11 16:26:33 -07:00
dalu
50da8cd1a9
Dart format support ( #89 )
...
* Dart format support
* fix: different architexture
* Update changelog
* Improve installation
Co-authored-by: Radon Rosborough <radon.neon@gmail.com>
2022-05-01 14:51:27 -07:00
Radon Rosborough
b7251e54a0
Avoid using git to get project root
2022-05-01 14:40:02 -07:00
Radon Rosborough
53f243b111
Add formatter tests ( #72 )
...
Closes #24
Builds on #25 by @PrimaryCanary
2022-01-05 15:35:12 -08:00