summaryrefslogtreecommitdiff
path: root/test/test-files/swift/swift-package-project-with-config/.swift-format
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-files/swift/swift-package-project-with-config/.swift-format')
-rw-r--r--test/test-files/swift/swift-package-project-with-config/.swift-format10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-files/swift/swift-package-project-with-config/.swift-format b/test/test-files/swift/swift-package-project-with-config/.swift-format
new file mode 100644
index 00000000..19fb8b96
--- /dev/null
+++ b/test/test-files/swift/swift-package-project-with-config/.swift-format
@@ -0,0 +1,10 @@
+{
+ "version": 1,
+ "lineLength": 100,
+ "indentation": {
+ "spaces": 4
+ },
+ "respectsExistingLineBreaks": true,
+ "lineBreakBeforeControlFlowKeywords": true,
+ "lineBreakBeforeEachArgument": true
+}