-
Notifications
You must be signed in to change notification settings - Fork 27
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
Reformat all code according to the PhET code style rules #155
Comments
I made a fresh import of the webstorm rules, to make sure that I have the right style. I also checked Fourier and Natural Selection, and saw a minimal number of differences. I'm not sure what explains them--perhaps the code wasn't formatted before committing. |
I applied formatting to js directories in our repos. I used this custom scope (specific to my paths), it excludes phet-io-website
I'll set a calendar reminder to run this again in a month, deferring until then. |
From #150 (comment), and it is common that I make code changes and press reformat only to see many other spurious changes in the file. It seems we need to format the code, and a process to keep it formatted. I'll take an initial look.
The text was updated successfully, but these errors were encountered: