Skip to content
Snippets Groups Projects
Commit b482f27f authored by Justin Carpentier's avatar Justin Carpentier Committed by Wilson Jallet
Browse files

pre-commit: fix ordering of includes

parent 052231ef
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.4 rev: v15.0.4
hooks: hooks:
- id: clang-format - id: clang-format
args: [--style=Google] args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
- 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