f70b77d1e3e089b9a88db4a00c3591a83abbfae2
[alexxy/gromacs.git] / src / .clang-tidy
1 CheckOptions:
2   - key:           modernize-make-unique.MakeSmartPtrFunction
3     value:         gmx::compat::make_unique
4   - key:           modernize-make-unique.MakeSmartPtrFunctionHeader
5     value:         gromacs/compat/make_unique.h
6   - key:           modernize-make-unique.IncludeStyle
7     value:         google
8   - key:           modernize-make-shared.IncludeStyle
9     value:         google