On Tue, 2 Mar 2021 at 00:04, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Charvi Mendiratta <charvi077@xxxxxxxxx> writes: > > > +static int prepare_amend_commit(struct commit *commit, struct strbuf *sb, > > + struct pretty_print_context *ctx) { > > Why does this need to be overly indented? Are you using some funny > tab width settings? In this project, a tab stop is 8-spaces wide. > Oops, I myself didn't expect it after cross-check in the vscode editor. I will fix this.