all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 428e922fbb0a0dddfd4101907066b39621e4ea07 343 bytes (raw)
name: test/manual/indent/js-indent-cont-nonempty-aligned-nil.js 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
const funcAssignment = function (arg1,
    arg2,
    arg3) {
    return { test: this,
        which: "would",
        align: "as well with the default setting"
    };
}

function funcDeclaration(arg1,
    arg2
) {
    return [arg1,
        arg2];
}

// Local Variables:
// indent-tabs-mode: nil
// js-indent-cont-nonempty-aligned: nil
// End:

debug log:

solving 428e922fbb ...
found 428e922fbb in https://yhetil.org/emacs/877ezs7653.fsf@acer.localhost.com/

applying [1/1] https://yhetil.org/emacs/877ezs7653.fsf@acer.localhost.com/
diff --git a/test/manual/indent/js-indent-cont-nonempty-aligned-nil.js b/test/manual/indent/js-indent-cont-nonempty-aligned-nil.js
new file mode 100644
index 0000000000..428e922fbb

Checking patch test/manual/indent/js-indent-cont-nonempty-aligned-nil.js...
Applied patch test/manual/indent/js-indent-cont-nonempty-aligned-nil.js cleanly.

index at:
100644 428e922fbb0a0dddfd4101907066b39621e4ea07	test/manual/indent/js-indent-cont-nonempty-aligned-nil.js

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.