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 7a03971 commit 13ec689Copy full SHA for 13ec689
.swiftformat
@@ -0,0 +1,14 @@
1
+# Minimal SwiftFormat config for explicit self insertion only
2
+# Used in conjunction with Apple swift-format for comprehensive formatting
3
+#
4
+# IMPORTANT: Only handles explicit self insertion - all other formatting
5
+# is managed by Apple swift-format to avoid conflicts
6
+
7
+# Swift version
8
+--swift-version 6.1
9
10
+# Explicit self rule only
11
+--self insert
12
13
+# Use only the redundantSelf rule (exclusive list)
14
+--rules redundantSelf
0 commit comments