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

Format & other things #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

hatamiarash7
Copy link

  • Add .editorconfig
  • Ignore .vscode folder
  • Format files and syntax
  • Fix spell problems
  • Remove extra tests folder.

@GreatBahram
Copy link
Owner

GreatBahram commented Jan 28, 2022

Hi Arash,

Thanks for your outstanding contribution; I just have one question here then we can merge this request.

Seems I made numerous mistakes while I was documenting this project. Thanks for being such a sharp-eyed contributor 🦅!

@@ -0,0 +1,9 @@
root = true

[*]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering why you added this .editorconfig file? I feel most java-script developers use this configuration file.

While, in python, we put static code analyzers' configurations into the setup.cfg file, and almost all of them respect this behavior.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a public file and is not limited to a specific programming language. In projects that are developed as a team, it helps people to have the same Code Style with pre-defined rules.
You can read more about this file here : سهولت برنامه نویسی تیمی با EditorConfig

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.

2 participants