; 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."