Alex Ostapenko

Results 2 issues of Alex Ostapenko

Just removing --background flag completely Fixes #629

Expected behaviour after indenting: ```typescript export function a() { const x = _.chain(1) .value(); return Promise .resolve(x); } export function b(): Promise { const x = _.chain(1) .value(); return Promise...