On Dec 10, 2017, at 2:40 PM, Thomas <tho...@dateiliste.com> wrote:
> 
> the reason why horizontal tabs in artifacts are 8 characters wide is because 
> { tab-size: 4; } doesn't appear.
> 
> Wouldn't it make sense to add this so that the /artifact, /fdiff etc pages 
> fall back to 4 instead of 8?

Tabs at a multiple of 8 columns is a very old standard, probably going back to 
the days of teletypes.  The default in CSS is set to this value because it is 
merely reflecting this ancient standard.

Try this:

    $ echo -e "\tHi" | cat

It’s indented 8 spaces, isn’t it?  Are you now going to go try and get your 
terminal emulator to change as well?  Good luck!

Do it on a Linux or BSD box’s console, and you’ll get the same behavior.  Are 
you going to beard the kernel hackers in their seat of power?  May the Force be 
with you; you’ll need it to ward off the returning projectiles.

If you want to say tabs are always 4 characters in your project, feel free to 
change your local skin, but Fossil is right to leave this default alone.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to