- Change the few files that use leading tabs into leading spaces.
This way they match the other files in the repo.
- Add an EditorConfig file so that supported editors will automatically
use spaces instead of tabs.
- (Extra) Add some common editor backup-file extensions to .gitignore.
- Useful for big repositories that take a lot of time to
index and are updated frequently
- Good to run this on the indexing machine (faster)
than through an update on the server (slower in our case)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>