extract-xiso
extract-xiso copied to clipboard
Tabs vs. Spaces
There's very few cases where 2x or 4x spaces are used for indentation, when almost the entire file uses tabs.
It should be made consistent.
(Personal preference: 2x spaces / 4x spaces instead of tab)
I feel as this is a bigger issue than just this one particular project. I've expressed my thoughts on this before (although I seem to be in the minority on this) but I'd like to see tabs over spaces. My reasoning is with most IDEs you have the ability to change the size that a tab character appears as, whereas it's a more niche feature of IDEs to change space sizes.
I vote for spaces, mainly because when viewing diffs, it's never clear if things are aligned when using tabs.