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