|
From: Thibault M. > <thi...@ie...> - 2016-05-27 03:15:01
|
Hi all,
I am not sure this is the right place to submit patches, so please let
me know if this should be submitted through another channel.
The attached patch adds an option to matlab.el to align continuation
lines after opening parentheses with a single indent instead of aligning
to the open parenthesis.
E.g.:
func_call(var1, ...
var2);
instead of
func_call(var1, ...
var2);
Does this look like something that could be merged? If so, please let
me know if changes to the patch are required.
Thanks,
thibault
|