Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create initial
pre-commit
configuration
The commit introduces a basic `pre-commit` configuration with hooks for auto-fixing common code quality issues: * Ensure files end with a newline (`end-of-file-fixer`), * Standardizing line endings to LF (`mixed-line-ending`), and * Removing trailing whitespace (`trailing-whitespace`). Use a home-brewed pre-commit CI action, because the organization cannot install the necessary pre-commit GitHub application. Draw inspiration from: * https://github.com/isaak654/sandboxie-docs/blob/6169c206fa9978641dafddf34303404604beaf33/.pre-commit-config.yaml * https://github.com/isaak654/sandboxie-docs/blob/84751989d8fdee890520f116ea9e2ab0ff9f9b53/.github/workflows/action.yml#L59-L87 Signed-off-by: Stavros Ntentos <[email protected]>
- Loading branch information