a13xh7 / QaraTMS

QaraTMS is open source test case, test suites, test plans and test runs management tool.
MIT License
62 stars 19 forks source link

Code Style Refactoring #33

Closed ENG3PLabs closed 1 month ago

ENG3PLabs commented 1 month ago

To be able to use the autoformat and import optimization functionality of the IDE when developing, this branch was created to have an initial round of formating on the files that were created for the project. I did not mess with any autogenerated files (on purpose). The only manual changes were made to the .gitignore which now lets us commit the configuration for the code style of the project and a spelling mistake inside the main.js.

I understand that there are a lot of code changes, but I do not want them to appear in any feature-branches, hence I create a separate pull-request for the autoformat changes.