widelands / widelands-website

The widelands website is a bunch of applications for the django web framework. It is developed in the open here.
https://www.widelands.org/
GNU General Public License v2.0
15 stars 11 forks source link

convert tabs to spaces in html files #415

Open frankystone opened 1 year ago

frankystone commented 1 year ago

Probably all html files uses tabs for indentation. To be consistent with the python files the html files should also use spaces for indentation. This also makes the diffs on github more readable.

I would suggest to use 2 spaces for each tab.