Skip to content

Commit e7bcf64

Browse files
committed
Disable formatting rbs_utf_8_dfa
clang-format 20 formats the lines with new-lines, but we don't want it.
1 parent 0e910dc commit e7bcf64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util/rbs_encoding.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4620,6 +4620,7 @@ rbs_unicode_codepoint_match(rbs_unicode_codepoint_t codepoint, const rbs_unicode
46204620
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46214621
* SOFTWARE.
46224622
*/
4623+
// clang-format off
46234624
static const uint8_t rbs_utf_8_dfa[] = {
46244625
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 00..1f
46254626
0,
@@ -4991,6 +4992,7 @@ static const uint8_t rbs_utf_8_dfa[] = {
49914992
1,
49924993
1, // s7..s8
49934994
};
4995+
// clang-format on
49944996

49954997
/**
49964998
* Given a pointer to a string and the number of bytes remaining in the string,

0 commit comments

Comments
 (0)