From c1f442848021fa7d779868aff9ef2c3e373f9662 Mon Sep 17 00:00:00 2001 From: Sam Khouri Date: Thu, 7 Aug 2025 21:07:17 -0400 Subject: [PATCH] Add a swift-format configuration file --- .swift-format | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .swift-format diff --git a/.swift-format b/.swift-format new file mode 100644 index 00000000000..a93ee2e7bac --- /dev/null +++ b/.swift-format @@ -0,0 +1,11 @@ +{ + "version": 1, + "lineLength": 10000, + "indentation": { + "spaces": 4 + }, + "lineBreakBeforeEachArgument": true, + "rules": { + }, + "tabWidth": 4 +}