- 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.
- A database rebuild is needed after some indexing changes
(aca12c5c) and a tokenizer bug fix (dbec4df)
- This version change also shows the progress and maturity of the
project, now supporting the source code of 16 projects.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
- Allows to add a project by just adding custom
definitions to projects/<project>.sh
- Except for cases that haven't been anticipated yet,
modifying common code should no longer be needed
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>