]> git.eshelyaron.com Git - emacs.git/commit
Implement formatting ()
authorMichal Krzywkowski <k.michal@zoho.com>
Fri, 15 Jun 2018 22:47:52 +0000 (00:47 +0200)
committerJoão Távora <joaotavora@gmail.com>
Fri, 15 Jun 2018 22:47:52 +0000 (23:47 +0100)
commit504389181d15880179f668e4e11143be62487c9b
treec9700da28bb209bb55a7b340aae4acb084dccb68
parent249dd2bd0dcfa4049dc6e82ac81e802233bd1947
Implement formatting ()

Implement textDocument/formatting

* eglot.el (eglot-format-buffer): New command to format
current buffer.

* eglot-tests.el (formatting): New test.

GitHub-reference: https://github.com/joaotavora/eglot/issues/19
lisp/progmodes/eglot.el