Skip to content

Commit

Permalink
Disable clang-format around JSS macros
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Aug 23, 2024
1 parent 5a9f858 commit 9ee4d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/xrpl/protocol/jss.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ namespace jss {
error: Common properties of RPC error responses.
*/

// clang-format off

JSS(AL_size); // out: GetCounts
JSS(AL_hit_rate); // out: GetCounts
JSS(Account); // in: TransactionSign; field.
Expand Down Expand Up @@ -780,6 +782,8 @@ JSS(xchain_owned_create_account_claim_id); // in: LedgerEntry
JSS(NegativeUNL); // out: ValidatorList; ledger type
#undef JSS

// clang-format on

} // namespace jss
} // namespace ripple

Expand Down

0 comments on commit 9ee4d57

Please sign in to comment.