File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # editorconfig.org
2
+
3
+ root = true
4
+
5
+ [* ]
6
+ indent_style = space
7
+ indent_size = 2
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
Original file line number Diff line number Diff line change @@ -210,9 +210,9 @@ targets: [
210
210
- ** ` Codable ` support** . Snapshot encodable data structures into their JSON and property list
211
211
representations.
212
212
- ** Custom diff tool integration** . Configure failure messages to print diff commands for
213
- [ Kaleidoscope] ( https://kaleidoscope.app ) ( or your diff tool of choice) .
213
+ [ Kaleidoscope] ( https://kaleidoscope.app ) or your diff tool of choice.
214
214
``` swift
215
- SnapshotTesting.diffTool = " ksdiff"
215
+ SnapshotTesting.diffToolCommand = { " ksdiff \( $0 ) \( $1 ) " }
216
216
```
217
217
218
218
[available- strategies]: https: // swiftpackageindex.com/pointfreeco/swift-snapshot-testing/main/documentation/snapshottesting/snapshotting
You can’t perform that action at this time.
0 commit comments