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 {...@@ -36,6 +36,7 @@ pub fn Main(comptime T: type) type {
36 try w.print(36 try w.print(
37 \\// Based on the source file: {s}37 \\// Based on the source file: {s}
38 \\//38 \\//
39 \\// zig fmt: off
39 \\40 \\
40 \\41 \\
41 , .{T.source_url});42 , .{T.source_url});
src/arabic_shaping.zig+1
...@@ -3,6 +3,7 @@...@@ -3,6 +3,7 @@
3//3//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/ArabicShaping.txt
5//5//
6// zig fmt: off
67
7pub const Shaping = struct {8pub const Shaping = struct {
8 codepoint: u21,9 codepoint: u21,
src/bidi_brackets.zig+1
...@@ -3,6 +3,7 @@...@@ -3,6 +3,7 @@
3//3//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiBrackets.txt
5//5//
6// zig fmt: off
67
7pub const BracketPairing = struct {8pub const BracketPairing = struct {
8 codepoint: u21,9 codepoint: u21,
src/bidi_mirroring.zig+1
...@@ -3,6 +3,7 @@...@@ -3,6 +3,7 @@
3//3//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiMirroring.txt4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/BidiMirroring.txt
5//5//
6// zig fmt: off
67
7pub const Mirroring = struct {8pub const Mirroring = struct {
8 codepoint: u21,9 codepoint: u21,
src/blocks.zig+1
...@@ -3,6 +3,7 @@...@@ -3,6 +3,7 @@
3//3//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/Blocks.txt
5//5//
6// zig fmt: off
67
7pub const Block = struct {8pub const Block = struct {
8 from: u21,9 from: u21,
src/cjk_radicals.zig+1
...@@ -3,6 +3,7 @@...@@ -3,6 +3,7 @@
3//3//
4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/CJKRadicals.txt4// Based on the source file: https://unicode.org/Public/13.0.0/ucd/CJKRadicals.txt
5//5//
6// zig fmt: off
67
7pub const CJKRadical = struct {8pub const CJKRadical = struct {
8 number: u8,9 number: u8,