Re: [RFC PATCH wayland 3/3] contributing: reformat code examples

2018-06-14 Thread Pekka Paalanen
On Thu, 14 Jun 2018 08:53:19 +1000 Peter Hutterer wrote: > On Wed, Jun 13, 2018 at 04:32:24PM +0300, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Before, the code examples looked good in the file, but a hard tab was > > rendered as 4 spaces by Gitlab. > > > > Now, Gitlab renders the

Re: [RFC PATCH wayland 3/3] contributing: reformat code examples

2018-06-13 Thread Peter Hutterer
On Wed, Jun 13, 2018 at 04:32:24PM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > Before, the code examples looked good in the file, but a hard tab was > rendered as 4 spaces by Gitlab. > > Now, Gitlab renders the code examples like they should look, with 8-wide > tabs, but the file loo

[RFC PATCH wayland 3/3] contributing: reformat code examples

2018-06-13 Thread Pekka Paalanen
From: Pekka Paalanen Before, the code examples looked good in the file, but a hard tab was rendered as 4 spaces by Gitlab. Now, Gitlab renders the code examples like they should look, with 8-wide tabs, but the file looks awful. Signed-off-by: Pekka Paalanen --- Is it better with or without th