Function: eglot-format-buffer
eglot-format-buffer is an interactive and byte-compiled function
defined in eglot.el.gz.
Signature
(eglot-format-buffer)
Documentation
Format contents of current buffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defun eglot-format-buffer ()
"Format contents of current buffer."
(interactive)
(eglot-format nil nil))