at main 2.7 kB view raw
1// SPDX-FileCopyrightText: 2025 The Project Pterodactyl Developers 2// 3// SPDX-License-Identifier: MPL-2.0 4{ 5 "fileScopedDeclarationPrivacy" : { 6 "accessLevel" : "private" 7 }, 8 "indentConditionalCompilationBlocks" : true, 9 "indentSwitchCaseLabels" : false, 10 "indentation" : { 11 "tabs" : 1 12 }, 13 "lineBreakAroundMultilineExpressionChainComponents" : false, 14 "lineBreakBeforeControlFlowKeywords" : false, 15 "lineBreakBeforeEachArgument" : false, 16 "lineBreakBeforeEachGenericRequirement" : false, 17 "lineBreakBetweenDeclarationAttributes" : false, 18 "lineLength" : 200, 19 "maximumBlankLines" : 10, 20 "multiElementCollectionTrailingCommas" : false, 21 "noAssignmentInExpressions" : { 22 "allowedFunctions" : [ 23 "XCTAssertNoThrow" 24 ] 25 }, 26 "prioritizeKeepingFunctionOutputTogether" : false, 27 "reflowMultilineStringLiterals" : "never", 28 "respectsExistingLineBreaks" : true, 29 "rules" : { 30 "AllPublicDeclarationsHaveDocumentation" : false, 31 "AlwaysUseLiteralForEmptyCollectionInit" : false, 32 "AlwaysUseLowerCamelCase" : true, 33 "AmbiguousTrailingClosureOverload" : true, 34 "AvoidRetroactiveConformances" : true, 35 "BeginDocumentationCommentWithOneLineSummary" : false, 36 "DoNotUseSemicolons" : true, 37 "DontRepeatTypeInStaticProperties" : true, 38 "FileScopedDeclarationPrivacy" : true, 39 "FullyIndirectEnum" : true, 40 "GroupNumericLiterals" : true, 41 "IdentifiersMustBeASCII" : false, 42 "NeverForceUnwrap" : false, 43 "NeverUseForceTry" : false, 44 "NeverUseImplicitlyUnwrappedOptionals" : false, 45 "NoAccessLevelOnExtensionDeclaration" : true, 46 "NoAssignmentInExpressions" : true, 47 "NoBlockComments" : false, 48 "NoCasesWithOnlyFallthrough" : true, 49 "NoEmptyLinesOpeningClosingBraces" : false, 50 "NoEmptyTrailingClosureParentheses" : true, 51 "NoLabelsInCasePatterns" : true, 52 "NoLeadingUnderscores" : false, 53 "NoParensAroundConditions" : true, 54 "NoPlaygroundLiterals" : true, 55 "NoVoidReturnOnFunctionSignature" : true, 56 "OmitExplicitReturns" : false, 57 "OneCasePerLine" : true, 58 "OneVariableDeclarationPerLine" : true, 59 "OnlyOneTrailingClosureArgument" : true, 60 "OrderedImports" : true, 61 "ReplaceForEachWithForLoop" : true, 62 "ReturnVoidInsteadOfEmptyTuple" : true, 63 "TypeNamesShouldBeCapitalized" : true, 64 "UseEarlyExits" : false, 65 "UseExplicitNilCheckInConditions" : true, 66 "UseLetInEveryBoundCaseVariable" : false, 67 "UseShorthandTypeNames" : true, 68 "UseSingleLinePropertyGetter" : true, 69 "UseSynthesizedInitializer" : true, 70 "UseTripleSlashForDocumentationComments" : true, 71 "UseWhereClausesInForLoops" : false, 72 "ValidateDocumentationComments" : false 73 }, 74 "spacesAroundRangeFormationOperators" : false, 75 "spacesBeforeEndOfLineComments" : 2, 76 "version" : 1 77}