5 ms·
I wouldn't do it, but this works perfectly fine. The rule is "use tabs to indent blocks of code, use spaces to align within those blocks". <TAB><TAB>function
by mrgriffin 6y ago
I wouldn't do it, but this works perfectly fine. The rule is "use tabs to indent blocks of code, use spaces to align within those blocks".
<TAB><TAB>function name(arg1, arg2,
<TAB><TAB> arg3)