55463a9806
Swift code currently has no auto formatting. Add `swift-format` to the `treefmt-nix` config to get this formatted. As our existing Swift code uses 4-space formatting instead of the default 2-space, also adds a custom `.swift-format Test plan: - CI
7 lines
59 B
Plaintext
7 lines
59 B
Plaintext
{
|
|
"version": 1,
|
|
"indentation": {
|
|
"spaces": 4
|
|
}
|
|
}
|