Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/formatting2 #963

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

Feature/formatting2 #963

wants to merge 5 commits into from

Conversation

amritpurshotam
Copy link
Collaborator

@amritpurshotam amritpurshotam commented Mar 17, 2022

  • Added .gitattributes file to force repo to always use LF line endings. On the feature/formatting-applied branch also ran git add --renormalize . to convert the existing CRLF to LF line endings. As an added measure also included a .editorconfig which is an editor agnostic configuration that tells it to use LF by default.
  • Formatted python code with black and isort. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant