You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
Currently there is a mixed usage of tabs and spaces on the webpage files.
It would be good to start defining the rules and document them in the contribution guidelines.
I personally prefer tabs, and support the arguments raised by Lea Verou in her article Why tabs are clearly superior.
The text was updated successfully, but these errors were encountered:
The correct answer to tabs vs spaces is: the one that you enforce.
It really makes no difference which you choose. So long as everyone uses an editor that can support an .editorconfig file, we'll all have the same settings. As files get touched over time, this problem will solve itself. We could also use a linter to enforce our preference as a build step, so that PRs dont get merged that don't follow the spacing rules.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there is a mixed usage of tabs and spaces on the webpage files.
It would be good to start defining the rules and document them in the contribution guidelines.
I personally prefer tabs, and support the arguments raised by Lea Verou in her article Why tabs are clearly superior.
The text was updated successfully, but these errors were encountered: