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

Add .editorconfig for Consistent Python Coding Styles #168

Merged
merged 5 commits into from
Feb 13, 2024

Conversation

tal7aouy
Copy link
Contributor

The PR introduces an .editorconfig file to standardize coding styles for Python files in our project. This helps maintain consistency in code format, especially in projects with multiple contributors.

Key settings:

  • 2 spaces for indentation
  • UTF-8 charset
  • Line length: 79 characters
  • Trim trailing whitespace
  • LF as end-of-line character

@tal7aouy tal7aouy changed the title added editorconfig Add .editorconfig for Consistent Python Coding Styles Jan 21, 2024
@zainhoda
Copy link
Contributor

Thanks for this! Are these settings consistent with the pre-commit hook?

https://github.com/vanna-ai/vanna/blob/main/.pre-commit-config.yaml

@tal7aouy
Copy link
Contributor Author

tal7aouy commented Jan 22, 2024

Hey thank you for reply
i've just harmonized it

@zainhoda zainhoda merged commit ef350bc into vanna-ai:main Feb 13, 2024
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.

None yet

2 participants