1+ {
2+ "fileScopedDeclarationPrivacy" : {
3+ "accessLevel" : " private"
4+ },
5+ "indentation" : {
6+ "spaces" : 4
7+ },
8+ "indentConditionalCompilationBlocks" : true ,
9+ "lineBreakAroundMultilineExpressionChainComponents" : false ,
10+ "lineBreakBeforeControlFlowKeywords" : false ,
11+ "lineBreakBeforeEachArgument" : false ,
12+ "lineBreakBeforeEachGenericRequirement" : false ,
13+ "lineLength" : 130 ,
14+ "maximumBlankLines" : 1 ,
15+ "prioritizeKeepingFunctionOutputTogether" : false ,
16+ "respectsExistingLineBreaks" : true ,
17+ "rules" : {
18+ "AllPublicDeclarationsHaveDocumentation" : true ,
19+ "AlwaysUseLowerCamelCase" : true ,
20+ "AmbiguousTrailingClosureOverload" : true ,
21+ "BeginDocumentationCommentWithOneLineSummary" : true ,
22+ "DoNotUseSemicolons" : true ,
23+ "DontRepeatTypeInStaticProperties" : true ,
24+ "FileprivateAtFileScope" : true ,
25+ "FullyIndirectEnum" : true ,
26+ "GroupNumericLiterals" : true ,
27+ "IdentifiersMustBeASCII" : true ,
28+ "NeverForceUnwrap" : true ,
29+ "NeverUseForceTry" : true ,
30+ "NeverUseImplicitlyUnwrappedOptionals" : true ,
31+ "NoAccessLevelOnExtensionDeclaration" : true ,
32+ "NoBlockComments" : false ,
33+ "NoCasesWithOnlyFallthrough" : true ,
34+ "NoEmptyTrailingClosureParentheses" : true ,
35+ "NoLabelsInCasePatterns" : true ,
36+ "NoLeadingUnderscores" : true ,
37+ "NoParensAroundConditions" : true ,
38+ "NoVoidReturnOnFunctionSignature" : true ,
39+ "OneCasePerLine" : true ,
40+ "OneVariableDeclarationPerLine" : true ,
41+ "OnlyOneTrailingClosureArgument" : true ,
42+ "OrderedImports" : true ,
43+ "ReturnVoidInsteadOfEmptyTuple" : true ,
44+ "UseLetInEveryBoundCaseVariable" : true ,
45+ "UseShorthandTypeNames" : true ,
46+ "UseSingleLinePropertyGetter" : true ,
47+ "UseSynthesizedInitializer" : true ,
48+ "UseTripleSlashForDocumentationComments" : true ,
49+ "ValidateDocumentationComments" : true
50+ },
51+ "tabWidth" : 8 ,
52+ "version" : 1
53+ }
0 commit comments