dave wrote: >>... >> >> >> > > When Fossil displays a file in the repository, is it possible to >> > > tell it the width of the tab characters in the file? I could not >> > > find any setting to do that. >> > > >> > >> > Tab stops are hard-coded to every 8th character. There is >> no setting >> > to change that. >> >> Would it be worthwhile to add such a setting? I know that many >> organisations shun tabs, but there are quite a few that don't and at >> those places the 4 character tab setting is not that rare. >> >> Zoltan > ... > I second the request. Every place I worked at uses hard tabs, at 4 chars. > -dave
Are you sure you're talking about hard tabs? Or indentation? It's pretty common to want code indented at 4 chars., but setting the display of <ht> to anything other than its historical value of 8 characters is a curse to anyone who will have maintain the code in the future (and is the reason why people shouldn't be inserting <ht>'s for purposes of indentation). -- Will _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

