path # lines of code Package.swift 152 Sources/SwiftFormat/DebugOptions.swift 9 Sources/SwiftFormat/Exports.swift 3 Sources/SwiftFormat/FormatPipeline.swift 7 Sources/SwiftFormat/LintPipeline.swift 27 Sources/SwiftFormat/Pipelines+Generated.swift 260 Sources/SwiftFormat/SwiftFormatError.swift 6 Sources/SwiftFormat/SwiftFormatter.swift 73 Sources/SwiftFormat/SwiftLinter.swift 67 Sources/SwiftFormat/SyntaxValidatingVisitor.swift 44 Sources/SwiftFormatConfiguration/Configuration.swift 126 Sources/SwiftFormatConfiguration/Indent.swift 48 Sources/SwiftFormatConfiguration/RuleRegistry+Generated.swift 38 Sources/SwiftFormatCore/Context.swift 54 Sources/SwiftFormatCore/Finding+Convenience.swift 13 Sources/SwiftFormatCore/Finding.swift 54 Sources/SwiftFormatCore/FindingCategorizing.swift 6 Sources/SwiftFormatCore/FindingEmitter.swift 21 Sources/SwiftFormatCore/Rule.swift 30 Sources/SwiftFormatCore/RuleBasedFindingCategory.swift 7 Sources/SwiftFormatCore/RuleMask.swift 140 Sources/SwiftFormatCore/RuleState.swift 4 Sources/SwiftFormatCore/SyntaxFormatRule.swift 14 Sources/SwiftFormatCore/SyntaxLintRule.swift 11 Sources/SwiftFormatCore/SyntaxProtocol+Convenience.swift 28 Sources/SwiftFormatCore/Trivia+Convenience.swift 105 Sources/SwiftFormatPrettyPrint/Comment.swift 73 Sources/SwiftFormatPrettyPrint/Indent+Length.swift 26 Sources/SwiftFormatPrettyPrint/OperatorContext.swift 249 Sources/SwiftFormatPrettyPrint/PrettyPrint.swift 445 Sources/SwiftFormatPrettyPrint/PrettyPrintFindingCategory.swift 11 Sources/SwiftFormatPrettyPrint/SequenceExprFolding.swift 254 Sources/SwiftFormatPrettyPrint/Token.swift 59 Sources/SwiftFormatPrettyPrint/TokenStreamCreator.swift 2484 Sources/SwiftFormatPrettyPrint/Verbatim.swift 74 Sources/SwiftFormatRules/AddModifierRewriter.swift 132 Sources/SwiftFormatRules/AllPublicDeclarationsHaveDocumentation.swift 61 Sources/SwiftFormatRules/AlwaysUseLowerCamelCase.swift 126 Sources/SwiftFormatRules/AmbiguousTrailingClosureOverload.swift 58 Sources/SwiftFormatRules/BeginDocumentationCommentWithOneLineSummary.swift 137 Sources/SwiftFormatRules/DeclSyntaxProtocol+Comments.swift 118 Sources/SwiftFormatRules/DoNotUseSemicolons.swift 62 Sources/SwiftFormatRules/DontRepeatTypeInStaticProperties.swift 63 Sources/SwiftFormatRules/FileScopedDeclarationPrivacy.swift 111 Sources/SwiftFormatRules/FullyIndirectEnum.swift 76 Sources/SwiftFormatRules/FunctionDeclSyntax+Convenience.swift 9 Sources/SwiftFormatRules/GroupNumericLiterals.swift 51 Sources/SwiftFormatRules/IdentifiersMustBeASCII.swift 22 Sources/SwiftFormatRules/ImportsXCTestVisitor.swift 25 Sources/SwiftFormatRules/ModifierListSyntax+Convenience.swift 73 Sources/SwiftFormatRules/NeverForceUnwrap.swift 29 Sources/SwiftFormatRules/NeverUseForceTry.swift 20 Sources/SwiftFormatRules/NeverUseImplicitlyUnwrappedOptionals.swift 35 Sources/SwiftFormatRules/NoAccessLevelOnExtensionDeclaration.swift 73 Sources/SwiftFormatRules/NoBlockComments.swift 17 Sources/SwiftFormatRules/NoCasesWithOnlyFallthrough.swift 111 Sources/SwiftFormatRules/NoEmptyTrailingClosureParentheses.swift 32 Sources/SwiftFormatRules/NoLabelsInCasePatterns.swift 50 Sources/SwiftFormatRules/NoLeadingUnderscores.swift 66 Sources/SwiftFormatRules/NoParensAroundConditions.swift 66 Sources/SwiftFormatRules/NoPlaygroundLiterals.swift 5 Sources/SwiftFormatRules/NoVoidReturnOnFunctionSignature.swift 20 Sources/SwiftFormatRules/OneCasePerLine.swift 64 Sources/SwiftFormatRules/OneVariableDeclarationPerLine.swift 99 Sources/SwiftFormatRules/OnlyOneTrailingClosureArgument.swift 16 Sources/SwiftFormatRules/OrderedImports.swift 428 Sources/SwiftFormatRules/ReplaceTrivia.swift 31 Sources/SwiftFormatRules/ReturnVoidInsteadOfEmptyTuple.swift 61 Sources/SwiftFormatRules/RuleNameCache+Generated.swift 36 Sources/SwiftFormatRules/SemicolonSyntaxProtocol.swift 15 Sources/SwiftFormatRules/TokenSyntax+Convenience.swift 15 Sources/SwiftFormatRules/UseEarlyExits.swift 48 Sources/SwiftFormatRules/UseLetInEveryBoundCaseVariable.swift 36 Sources/SwiftFormatRules/UseShorthandTypeNames.swift 359 Sources/SwiftFormatRules/UseSingleLinePropertyGetter.swift 24 Sources/SwiftFormatRules/UseSynthesizedInitializer.swift 145 Sources/SwiftFormatRules/UseTripleSlashForDocumentationComments.swift 81 Sources/SwiftFormatRules/UseWhereClausesInForLoops.swift 68 Sources/SwiftFormatRules/ValidateDocumentationComments.swift 124 Sources/SwiftFormatRules/VarDeclSyntax+Convenience.swift 20 Sources/SwiftFormatTestSupport/DiagnosingTestCase.swift 109 Sources/SwiftFormatTestSupport/TestingFindingConsumer.swift 44 Sources/SwiftFormatWhitespaceLinter/LazySplitSequence.swift 57 Sources/SwiftFormatWhitespaceLinter/RememberingIterator.swift 15 Sources/SwiftFormatWhitespaceLinter/WhitespaceFindingCategory.swift 21 Sources/SwiftFormatWhitespaceLinter/WhitespaceLinter.swift 287 Sources/generate-pipeline/FileGenerator.swift 22 Sources/generate-pipeline/PipelineGenerator.swift 78 Sources/generate-pipeline/RuleCollector.swift 87 Sources/generate-pipeline/RuleNameCacheGenerator.swift 31 Sources/generate-pipeline/RuleRegistryGenerator.swift 31 Sources/generate-pipeline/Syntax+Convenience.swift 9 Sources/generate-pipeline/main.swift 23 Sources/swift-format/Frontend/ConfigurationLoader.swift 21 Sources/swift-format/Frontend/FormatFrontend.swift 58 Sources/swift-format/Frontend/Frontend.swift 117 Sources/swift-format/Frontend/LintFrontend.swift 38 Sources/swift-format/Subcommands/DumpConfiguration.swift 27 Sources/swift-format/Subcommands/Format.swift 24 Sources/swift-format/Subcommands/Lint.swift 22 Sources/swift-format/Subcommands/LintFormatOptions.swift 56 Sources/swift-format/Utilities/FileHandle+TextOutputStream.swift 6 Sources/swift-format/Utilities/FileIterator.swift 62 Sources/swift-format/Utilities/FormatError.swift 8 Sources/swift-format/Utilities/StderrDiagnosticPrinter.swift 55 Sources/swift-format/Utilities/UnifiedDiagnosticsEngine.swift 84 Sources/swift-format/VersionOptions.swift 11 Sources/swift-format/main.swift 16 build-script-helper.py 132