Skip to content

Commit 285c530

Browse files
committed
add macro product
1 parent b290ea2 commit 285c530

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.swiftformat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--rules braces,redundantSelf,duplicateImports,linebreakAtEndOfFile,redundantReturn,sortImports
2+
--swiftversion 5.9.2
3+
--allman true
4+
--self insert

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ let package:Package = .init(
1010
.library(name: "guides", targets: ["guides"]),
1111

1212

13+
.library(name: "DynamicLookupMacros", targets: ["DynamicLookupMacros"]),
1314
.library(name: "IntegerEncodingMacros", targets: ["IntegerEncodingMacros"]),
1415

1516

0 commit comments

Comments
 (0)