diff options
| author | Ellis KenyĆ <elken@users.noreply.github.com> | 2022-09-03 19:22:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-03 11:22:35 -0700 |
| commit | 9b745df2fabff6edad07f0c50cb6821d6d48d1b6 (patch) | |
| tree | c0129bc76dece3cffe3c0126a49d568deded7414 /scripts | |
| parent | 4d59a9b696385fe42d10c7eb822579e4f6a408a1 (diff) | |
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>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/apheleia-indent.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/apheleia-indent.el b/scripts/apheleia-indent.el new file mode 100644 index 0000000..039cf51 --- /dev/null +++ b/scripts/apheleia-indent.el @@ -0,0 +1,6 @@ +;; This file has code that is evaluated in CI before the indentation +;; of apheleia.el is checked. This is helpful because it allows us to +;; ensure that various things are indented correctly if they require +;; some setup for Emacs to know how to do the right thing. + +;; Nothing here yet though! ^_^ |
