We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd6bce commit a9606fcCopy full SHA for a9606fc
.swiftformat
@@ -1,5 +1,6 @@
1
# file options
2
3
+--swiftversion 5.1
4
--exclude .build
5
6
# format options
docker/Dockerfile
@@ -30,7 +30,7 @@ RUN chmod 755 $HOME/.tools/symbolicate-linux-fatal
30
31
# swiftformat (until part of the toolchain)
32
33
-ARG swiftformat_version=0.40.12
+ARG swiftformat_version=0.44.0
34
RUN git clone --branch $swiftformat_version --depth 1 https://github.com/nicklockwood/SwiftFormat $HOME/.tools/swift-format
35
RUN cd $HOME/.tools/swift-format && swift build -c release
36
RUN ln -s $HOME/.tools/swift-format/.build/release/swiftformat $HOME/.tools/swiftformat
0 commit comments