.swift-format 853 B

1234567891011121314151617181920212223
  1. {
  2. "version": 1,
  3. "lineLength": 120,
  4. "indentation": {
  5. "spaces": 4
  6. },
  7. "tabWidth": 4,
  8. "maximumBlankLines": 1,
  9. "respectsExistingLineBreaks": true,
  10. "lineBreakBeforeControlFlowKeywords": false,
  11. "lineBreakBeforeEachArgument": false,
  12. "lineBreakBeforeEachGenericRequirement": false,
  13. "lineBreakBetweenDeclarationAttributes": false,
  14. "prioritizeKeepingFunctionOutputTogether": false,
  15. "indentConditionalCompilationBlocks": true,
  16. "lineBreakAroundMultilineExpressionChainComponents": false,
  17. "fileScopedDeclarationPrivacy": {"accessLevel": "private"},
  18. "indentSwitchCaseLabels": false,
  19. "spacesAroundRangeFormationOperators": false,
  20. "noAssignmentInExpressions": { "allowedFunctions" : ["XCTAssertNoThrow"] },
  21. "multiElementCollectionTrailingCommas": true,
  22. "indentBlankLines": false,
  23. }