apheleia/test/formatters/samplecode/lisp-indent/out.el
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

5 lines
110 B
EmacsLisp

;; -*- indent-tabs-mode: nil -*-
(if (and (< 3 5)
(= 1 1))
(message "true")
(message "false"))