1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 09:51:05 -07:00

; typescript-ts-mode-multivar-indent-style: Use different example.

This prevents it becoming a hyperlink in *Help* buffers.
This commit is contained in:
Sean Whitton 2025-04-26 11:45:25 +08:00
parent 5a043bf3df
commit 94d8f5b94f

View file

@ -68,14 +68,14 @@
If the value is `align', align each declaration:
const foo = \\='bar\\=',
car = \\='cdr\\=',
baz = \\='quux\\=',
stop = \\='start\\=';
If the value is `indent', indent subsequent declarations by one indent
level:
const foo = \\='bar\\=',
car = \\='cdr\\=',
baz = \\='quux\\=',
stop = \\='start\\=';
For changes to this variable to take effect, restart the major mode."