Skip to content
Snippets Groups Projects
Verified Commit bec41cb5 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

pre-commit: set default standard for C++

parent b4386f82
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ repos: ...@@ -5,7 +5,7 @@ repos:
rev: v15.0.7 rev: v15.0.7
hooks: hooks:
- id: clang-format - id: clang-format
args: ['--style={BasedOnStyle: Google, SortIncludes: false}'] args: ['--style={BasedOnStyle: Google, SortIncludes: false, Standard: Cpp03}']
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.4.0
hooks: hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment