Issue Type: Enhancement
Description:
Currently, our project lacks an automated mechanism to enforce code formatting standards consistently. This issue aims to address this by implementing a pre-commit hook that runs formatters automatically before committing changes to the repository.
A pre-commit hook is a script or command that is triggered before a commit is finalized. In our case, the pre-commit hook should execute the necessary commands to format the codebase according to our agreed-upon formatting guidelines. By integrating this hook into our project's workflow, we can ensure that all code contributions adhere to the defined formatting standards, promoting a cleaner and more consistent codebase.
Issue Type: Enhancement
Description:
Currently, our project lacks an automated mechanism to enforce code formatting standards consistently. This issue aims to address this by implementing a pre-commit hook that runs formatters automatically before committing changes to the repository.
A pre-commit hook is a script or command that is triggered before a commit is finalized. In our case, the pre-commit hook should execute the necessary commands to format the codebase according to our agreed-upon formatting guidelines. By integrating this hook into our project's workflow, we can ensure that all code contributions adhere to the defined formatting standards, promoting a cleaner and more consistent codebase.