2021-03-22 05:25:18 +00:00
|
|
|
{
|
2024-10-21 11:47:39 +00:00
|
|
|
"indentConditionalCompilationBlocks": false,
|
|
|
|
"indentation": {
|
|
|
|
"spaces": 4
|
2021-03-22 05:25:18 +00:00
|
|
|
},
|
2024-10-21 11:47:39 +00:00
|
|
|
"lineBreakAroundMultilineExpressionChainComponents": true,
|
|
|
|
"lineBreakBeforeControlFlowKeywords": false,
|
|
|
|
"lineBreakBeforeEachArgument": true,
|
|
|
|
"lineBreakBeforeEachGenericRequirement": true,
|
|
|
|
"lineBreakBetweenDeclarationAttributes": true,
|
|
|
|
"lineLength": 120,
|
|
|
|
"maximumBlankLines": 1,
|
|
|
|
"multiElementCollectionTrailingCommas": true,
|
|
|
|
"prioritizeKeepingFunctionOutputTogether": true,
|
|
|
|
"respectsExistingLineBreaks": true,
|
|
|
|
"rules": {
|
|
|
|
"AllPublicDeclarationsHaveDocumentation": true,
|
|
|
|
"AlwaysUseLiteralForEmptyCollectionInit": true,
|
|
|
|
"AlwaysUseLowerCamelCase": true,
|
|
|
|
"AmbiguousTrailingClosureOverload": true,
|
|
|
|
"BeginDocumentationCommentWithOneLineSummary": true,
|
|
|
|
"DoNotUseSemicolons": true,
|
|
|
|
"DontRepeatTypeInStaticProperties": true,
|
|
|
|
"FileScopedDeclarationPrivacy": true,
|
|
|
|
"FullyIndirectEnum": true,
|
|
|
|
"GroupNumericLiterals": true,
|
|
|
|
"IdentifiersMustBeASCII": true,
|
|
|
|
"NeverForceUnwrap": true,
|
|
|
|
"NeverUseForceTry": true,
|
|
|
|
"NeverUseImplicitlyUnwrappedOptionals": true,
|
2024-10-30 07:19:30 +00:00
|
|
|
"NoAccessLevelOnExtensionDeclaration": false,
|
2024-10-21 11:47:39 +00:00
|
|
|
"NoAssignmentInExpressions": true,
|
|
|
|
"NoBlockComments": true,
|
|
|
|
"NoCasesWithOnlyFallthrough": true,
|
|
|
|
"NoEmptyTrailingClosureParentheses": true,
|
|
|
|
"NoLabelsInCasePatterns": true,
|
|
|
|
"NoLeadingUnderscores": true,
|
|
|
|
"NoParensAroundConditions": true,
|
|
|
|
"NoPlaygroundLiterals": true,
|
|
|
|
"NoVoidReturnOnFunctionSignature": true,
|
|
|
|
"OmitExplicitReturns": true,
|
|
|
|
"OneCasePerLine": true,
|
|
|
|
"OneVariableDeclarationPerLine": true,
|
|
|
|
"OnlyOneTrailingClosureArgument": true,
|
|
|
|
"OrderedImports": true,
|
|
|
|
"ReplaceForEachWithForLoop": true,
|
|
|
|
"ReturnVoidInsteadOfEmptyTuple": true,
|
|
|
|
"TypeNamesShouldBeCapitalized": true,
|
|
|
|
"UseEarlyExits": true,
|
|
|
|
"UseLetInEveryBoundCaseVariable": true,
|
|
|
|
"UseShorthandTypeNames": true,
|
|
|
|
"UseSingleLinePropertyGetter": true,
|
|
|
|
"UseSynthesizedInitializer": true,
|
|
|
|
"UseTripleSlashForDocumentationComments": true,
|
|
|
|
"UseWhereClausesInForLoops": true,
|
|
|
|
"ValidateDocumentationComments": true
|
2021-03-22 05:25:18 +00:00
|
|
|
},
|
2024-10-21 11:47:39 +00:00
|
|
|
"spacesAroundRangeFormationOperators": false,
|
|
|
|
"spacesBeforeEndOfLineComments": 1,
|
|
|
|
"TrailingComma": false,
|
|
|
|
"version": 1
|
2021-03-22 05:25:18 +00:00
|
|
|
}
|