update for clang-format

This commit is contained in:
Axel Kohlmeyer
2021-08-29 21:42:59 -04:00
parent 518b2c24f2
commit be3348be86

View File

@ -40,8 +40,10 @@ then your pair_foo.h file should be structured as follows:
.. code-block:: c++
#ifdef PAIR_CLASS
PairStyle(foo,PairFoo)
// clang-format off
PairStyle(foo,PairFoo);
#else
// clanf-format on
...
(class definition for PairFoo)
...