authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-21 12:59:32 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-12-21 12:59:32 -08:00
log62fa7d7fcbf9db0bb241864d2243e2ad0f15bc00
tree30f8c5ccc1be17ff4e1d92334bb7e6833aa24459
parentb529d1ead1e953ceca702814f80a40ca0076ed9d

generate: disable zig fmt


6 files changed, 6 insertions(+), 0 deletions(-)

scripts/_common.zig+1
......@@ -36,6 +36,7 @@ pub fn Main(comptime T: type) type {
3636 try w.print(
3737 \\// Based on the source file: {s}
3838 \\//
39 \\// zig fmt: off
3940 \\
4041 \\
4142 , .{T.source_url});
src/arabic_shaping.zig+1
......@@ -3,6 +3,7 @@
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt
55//
6// zig fmt: off
67
78pub const Shaping = struct {
89 codepoint: u21,
src/bidi_brackets.zig+1
......@@ -3,6 +3,7 @@
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt
55//
6// zig fmt: off
67
78pub const BracketPairing = struct {
89 codepoint: u21,
src/bidi_mirroring.zig+1
......@@ -3,6 +3,7 @@
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiMirroring.txt
55//
6// zig fmt: off
67
78pub const Mirroring = struct {
89 codepoint: u21,
src/blocks.zig+1
......@@ -3,6 +3,7 @@
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt
55//
6// zig fmt: off
67
78pub const Block = struct {
89 from: u21,
src/cjk_radicals.zig+1
......@@ -3,6 +3,7 @@
33//
44// Based on the source file: https://unicode.org/Public/13.0.0/ucd/CJKRadicals.txt
55//
6// zig fmt: off
67
78pub const CJKRadical = struct {
89 number: u8,