Commit 83b0b04
authored
Disable formatting for more macros. (#744)
Follow-on to #743. Disables formatting for `#_sourceLocation` and
`@Tag`. Although I haven't seen either in a sample/spindump, every
little bit counts and neither of these macros needs the formatting to
build correctly.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 5763213 commit 83b0b04
File tree
2 files changed
+8
-0
lines changed- Sources/TestingMacros
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
0 commit comments