-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
Conversation
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 | |||
|
|||
[*] |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
.editorconfig
.vscode
foldertests
folder.