erius
e16a1a6f6e
Enabled warnings as errors when building project target Changed checks for clang-tidy Changed indentation from 2 spaces to 4 in clang-format Added pre-commit hook to apply clang-format formatting to the source tree
5 lines
111 B
YAML
5 lines
111 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v19.1.2
|
|
hooks:
|
|
- id: clang-format
|