From 1b4e198faecba34bb5b4f0c75cfd120666eb506f Mon Sep 17 00:00:00 2001 From: Richard Wei Date: Thu, 18 Jul 2019 13:57:22 -0700 Subject: [PATCH] Add '.swift-format'. --- .swift-format | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .swift-format diff --git a/.swift-format b/.swift-format new file mode 100644 index 000000000..8bc224a97 --- /dev/null +++ b/.swift-format @@ -0,0 +1,14 @@ +{ + "version": 1, + "lineLength": 100, + "indentation": { + "spaces": 4 + }, + "maximumBlankLines": 1, + "respectsExistingLineBreaks": true, + "blankLineBetweenMembers": { + "ignoreSingleLineProperties": true + }, + "lineBreakBeforeControlFlowKeywords": false, + "lineBreakBeforeEachArgument": false +}