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