-
Notifications
You must be signed in to change notification settings - Fork 107
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
[Website] Proposal to add Prettier to the project. #321
Comments
@multiverseweb Any thoughts about this? 😊 |
Okay @amin-xiv, make sure it doesn't affect the functionality of the code. Also, will it run for all files or only for python? |
@amin-xiv I accidentally edited your comment instead of quoting a reply 🥲 |
@multiverseweb 1/No it doesn't affect the functionality. 2/Prettier doesn't work for python, it works for JS, TS, CSS, HTML, markdown, YAML and JSON. It simply arranges the code, according to your configuration, you can define the variables that was stated above. Thank you. |
@multiverseweb And yes printWidth, are the characters per line that require the extension to automatically wrap the rest of the text to the next line. |
Okay @amin-xiv go ahead. Set the appropriate value of printWidth yourself, assigned. |
@multiverseweb Thank you very much sir. |
@multiverseweb Sorry, but what about |
Set it to |
@multiverseweb So far I have added it to the project, what is only remaining is to update the README.md file. |
@amin-xiv nice, I would like to know what changes are required in the README.md file? |
@multiverseweb In order to allow prettier: In conclusion, what will be added to the README file are going to be some few additions in the section of |
Okay @amin-xiv. In a few days from now I'll be fixing the structure of the repo and automating the process of project set-up. For this, I'll add a file requirements.txt which will include all the modules that need to be installed before using the software. |
@multiverseweb Okay, Thanks. |
Here are the values:
printWidth : (doubt: it should be the number of characters per line right?)
tabWidth : 4
useTabs : true
bracketSpacing : false
arrowPens : true
trailingComma : false
The text was updated successfully, but these errors were encountered: