| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "fileScopedDeclarationPrivacy" : {
- "accessLevel" : "private"
- },
- "indentation" : {
- "spaces" : 2
- },
- "indentConditionalCompilationBlocks" : false,
- "indentSwitchCaseLabels" : false,
- "lineBreakAroundMultilineExpressionChainComponents" : false,
- "lineBreakBeforeControlFlowKeywords" : false,
- "lineBreakBeforeEachArgument" : false,
- "lineBreakBeforeEachGenericRequirement" : false,
- "lineLength" : 80,
- "maximumBlankLines" : 1,
- "multiElementCollectionTrailingCommas" : true,
- "noAssignmentInExpressions" : {
- "allowedFunctions" : [
- "XCTAssertNoThrow"
- ]
- },
- "prioritizeKeepingFunctionOutputTogether" : false,
- "respectsExistingLineBreaks" : true,
- "rules" : {
- "AllPublicDeclarationsHaveDocumentation" : false,
- "AlwaysUseLiteralForEmptyCollectionInit" : true,
- "AlwaysUseLowerCamelCase" : true,
- "AmbiguousTrailingClosureOverload" : false,
- "BeginDocumentationCommentWithOneLineSummary" : true,
- "DoNotUseSemicolons" : true,
- "DontRepeatTypeInStaticProperties" : true,
- "FileScopedDeclarationPrivacy" : true,
- "FullyIndirectEnum" : true,
- "GroupNumericLiterals" : true,
- "IdentifiersMustBeASCII" : true,
- "NeverForceUnwrap" : true,
- "NeverUseForceTry" : true,
- "NeverUseImplicitlyUnwrappedOptionals" : true,
- "NoAccessLevelOnExtensionDeclaration" : true,
- "NoAssignmentInExpressions" : true,
- "NoBlockComments" : true,
- "NoCasesWithOnlyFallthrough" : true,
- "NoEmptyTrailingClosureParentheses" : true,
- "NoLabelsInCasePatterns" : true,
- "NoLeadingUnderscores" : false,
- "NoParensAroundConditions" : true,
- "NoPlaygroundLiterals" : true,
- "NoVoidReturnOnFunctionSignature" : true,
- "OmitExplicitReturns" : true,
- "OneCasePerLine" : true,
- "OneVariableDeclarationPerLine" : true,
- "OnlyOneTrailingClosureArgument" : true,
- "OrderedImports" : true,
- "ReplaceForEachWithForLoop" : true,
- "ReturnVoidInsteadOfEmptyTuple" : true,
- "TypeNamesShouldBeCapitalized" : true,
- "UseEarlyExits" : false,
- "UseExplicitNilCheckInConditions" : true,
- "UseLetInEveryBoundCaseVariable" : true,
- "UseShorthandTypeNames" : true,
- "UseSingleLinePropertyGetter" : true,
- "UseSynthesizedInitializer" : true,
- "UseTripleSlashForDocumentationComments" : true,
- "UseWhereClausesInForLoops" : false,
- "ValidateDocumentationComments" : true
- },
- "spacesBeforeEndOfLineComments": 2,
- "spacesAroundRangeFormationOperators" : false,
- "tabWidth" : 2,
- "version" : 1
- }
|