Similarly, you can create a script at `.git/hooks/pre-commit` to check the coding conventions on every commit.
Similarly, you can create a script at `.git/hooks/pre-commit` to check the coding conventions on every commit.
\ No newline at end of file
## Files not ending with line breaks
The linter requires every file to end with a line break. IntelliJ doesn't add those by default, so to force it to do that, enable the following setting:
`Settings` → `Editor` → `General` → `On Save` → `Ensure every saved file ends with a line break`