59 lines
2.0 KiB
Plaintext
59 lines
2.0 KiB
Plaintext
{
|
|
"fileScopedDeclarationPrivacy" : {
|
|
"accessLevel" : "private"
|
|
},
|
|
"indentation" : {
|
|
"spaces" : 4
|
|
},
|
|
"indentConditionalCompilationBlocks" : false,
|
|
"indentSwitchCaseLabels" : false,
|
|
"lineBreakAroundMultilineExpressionChainComponents" : true,
|
|
"lineBreakBeforeControlFlowKeywords" : false,
|
|
"lineBreakBeforeEachArgument" : true,
|
|
"lineBreakBeforeEachGenericRequirement" : true,
|
|
"lineLength" : 120,
|
|
"maximumBlankLines" : 1,
|
|
"prioritizeKeepingFunctionOutputTogether" : false,
|
|
"respectsExistingLineBreaks" : true,
|
|
"rules" : {
|
|
"AllPublicDeclarationsHaveDocumentation" : false,
|
|
"AlwaysUseLowerCamelCase" : false,
|
|
"AmbiguousTrailingClosureOverload" : true,
|
|
"BeginDocumentationCommentWithOneLineSummary" : false,
|
|
"DoNotUseSemicolons" : true,
|
|
"DontRepeatTypeInStaticProperties" : false,
|
|
"FileScopedDeclarationPrivacy" : true,
|
|
"FullyIndirectEnum" : true,
|
|
"GroupNumericLiterals" : true,
|
|
"IdentifiersMustBeASCII" : true,
|
|
"NeverForceUnwrap" : false,
|
|
"NeverUseForceTry" : false,
|
|
"NeverUseImplicitlyUnwrappedOptionals" : false,
|
|
"NoAccessLevelOnExtensionDeclaration" : false,
|
|
"NoAssignmentInExpressions" : true,
|
|
"NoBlockComments" : true,
|
|
"NoCasesWithOnlyFallthrough" : true,
|
|
"NoEmptyTrailingClosureParentheses" : true,
|
|
"NoLabelsInCasePatterns" : false,
|
|
"NoLeadingUnderscores" : false,
|
|
"NoParensAroundConditions" : true,
|
|
"NoVoidReturnOnFunctionSignature" : true,
|
|
"OneCasePerLine" : true,
|
|
"OneVariableDeclarationPerLine" : true,
|
|
"OnlyOneTrailingClosureArgument" : true,
|
|
"OrderedImports" : false,
|
|
"ReturnVoidInsteadOfEmptyTuple" : true,
|
|
"UseEarlyExits" : true,
|
|
"UseLetInEveryBoundCaseVariable" : false,
|
|
"UseShorthandTypeNames" : true,
|
|
"UseSingleLinePropertyGetter" : false,
|
|
"UseSynthesizedInitializer" : true,
|
|
"UseTripleSlashForDocumentationComments" : true,
|
|
"UseWhereClausesInForLoops" : false,
|
|
"ValidateDocumentationComments" : false
|
|
},
|
|
"spacesAroundRangeFormationOperators" : false,
|
|
"tabWidth" : 8,
|
|
"version" : 1
|
|
}
|