No, "we" really do not love significant whitespace.
return
{
hello:"world"
}
using 1TBS will naturally lead the programmer to type the correct javascript syntax return {
hello:"world"
}
1TBS is naturally a better fit for javascript programming.