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 e658b54 commit 7f02ddbCopy full SHA for 7f02ddb
.swiftformat
@@ -0,0 +1,5 @@
1
+# Formatting Options
2
+--indent 2
3
+--maxwidth 100
4
+--wrapparameters afterfirst
5
+--disable wrapMultilineStatementBraces
format-swift.sh
+#!/bin/bash
+
+swiftformat ./FirebaseSwiftUI
+swiftformat ./samples/swiftui/FirebaseSwiftUIExample
0 commit comments