From a5acb3fe6d165fd2731e13da1ee1bb098e5f3c8e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 15 Apr 2024 14:14:00 +0200 Subject: Add clang-format tags --- include/unicode/prop.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/unicode/prop.h b/include/unicode/prop.h index 419908e..d2db777 100644 --- a/include/unicode/prop.h +++ b/include/unicode/prop.h @@ -14,6 +14,8 @@ struct rview { size_t len; }; +/* clang-format off */ + struct lcctx { bool az_or_tr : 1; /* Azeri or Turkish */ bool lt : 1; /* Lithuanian */ @@ -35,10 +37,12 @@ struct ucctx { bool az_or_tr : 1; /* Azeri or Turkish */ bool lt : 1; /* Lithuanian */ - bool ẞ : 1; /* Uppercase ‘ß’ into ‘ẞ’ (instead of ‘SS’) */ + bool ẞ : 1; /* Uppercase ‘ß’ into ‘ẞ’ (instead of ‘SS’) */ bool after_i : 1; /* After ‘i’ */ }; +/* clang-format off */ + enum uprop_age : uint_least16_t { AGE_NA = 0, /* Not Assigned */ AGE_V1_1 = (1 << 8) | 1, -- cgit v1.2.3