Disable clang-format for files that should have minimal diff with OSG

This commit is contained in:
elsid 2022-09-12 23:57:10 +02:00
parent 219b9e7cbf
commit 50d8bd9cdd
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
4 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// clang-format off
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield
*
* This library is open source and may be redistributed and/or modified under
@ -1976,3 +1977,4 @@ void Optimizer::MergeGroupsVisitor::apply(osg::Group &group)
}
}
// clang-format on