Remove tabs in default tt2 templates + some indentation changes #352
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I recently updated my Sympa and thus dived in the templates to update my changes. I saw a lot of tab indentation mixed with spaces indentation, which make templates hard to read if your tab width setting is not the one used by the writer of the template (and the tab width is not always the same accross the different templates).
So I removed all tabs and replaced them by spaces. I also made indentation improvments in some templates (not all: it would be a huge work, I may do it in a second time).
If you do a
git diff --ignore-all-space
on my commit, you'll see that I didn't touch much real code (I replaced some tags that were in caps, small things like that).