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:
parent
5a043bf3df
commit
94d8f5b94f
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue