.swift-format 270 B

123456789101112
  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. }