Baobab
Baobab copied to clipboard
Feature/formatting2
- Added
.gitattributes
file to force repo to always useLF
line endings. On thefeature/formatting-applied
branch also rangit add --renormalize .
to convert the existingCRLF
toLF
line endings. As an added measure also included a.editorconfig
which is an editor agnostic configuration that tells it to useLF
by default. - Formatted python code with
black
andisort
. Set VS Code to apply formatting changes on save in.vscode/settings.json
and added CI checks in.circleci/config.yml
- Formatted front end with
prettier