Documentation: use 8-space tabs with Asciidoctor
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 6 May 2018 20:42:25 +0000 (20:42 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 May 2018 03:40:08 +0000 (12:40 +0900)
Asciidoctor expands tabs at the beginning of a line. However, it does
not expand them into 8 spaces by default. Since we use 8-space tabs,
tell Asciidoctor that we want 8 spaces by setting the tabsize attribute.
This ensures that our ASCII art renders properly.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found