Anonymous
8/19/2025, 9:52:30 PM
No.106316676
>>106316568
function(arg1,
arg2,
arg3);
function(
arg1,
arg2,
arg3);
Just do the second one instead. It works with tabs, supports different tab widths. Does not result in overly long lines.
function(arg1,
arg2,
arg3);
function(
arg1,
arg2,
arg3);
Just do the second one instead. It works with tabs, supports different tab widths. Does not result in overly long lines.