2012/6/12 Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>: > Simon Perrat <simon.perrat@xxxxxxxxx> writes: > >> 2012/6/11 Pavel Volek <Pavel.Volek@xxxxxxxxxxxxxxx>: >> >>> +sub get_mw_all_pages { >>> + my $pages = shift; >>> + # No user-provided list, get the list of pages from the API. >>> + my $mw_pages = $mediawiki->list({ >>> + action => 'query', >>> + list => 'allpages', >>> + aplimit => 500 >>> + }); >> >> Indentation should be 8 columns wide. > > More precisely, indentation in Git is done with tabs, and should display > well with 1 tab == 8 characters. > > It is actually the case in Pavel's patch. When seen as patches, the > first column is used for + and -, so the first tab is rendered as only 7 > characters, but that's normal. > > Or did I miss something? > > -- > Matthieu Moy > http://www-verimag.imag.fr/~moy/ My bad, I was mistaken by my mailer, which displayed these two lines with a four-columns tab while the others were eight-columns. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html