Skip to content

Commit d87e1ee

Browse files
[pre-commit.ci] disable include ordering in integrator.cpp.
Reordering headers makes compilation fail.
1 parent 30a20f0 commit d87e1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
rev: v16.0.4
66
hooks:
77
- id: clang-format
8-
args: [--style=Google]
8+
args: ['--style={BasedOnStyle: Google,SortIncludes: false}']
99
- repo: https://github.com/pre-commit/pre-commit-hooks
1010
rev: v4.4.0
1111
hooks:

0 commit comments

Comments
 (0)