1+ {
2+ "version": 1,
3+ "lineLength": 150,
4+ "indentation": {
5+ "spaces": 4
6+ },
7+ "tabWidth": 4,
8+ "maximumBlankLines": 2,
9+ "respectsExistingLineBreaks": true,
10+ "lineBreakBeforeControlFlowKeywords": false,
11+ "lineBreakBeforeEachArgument": false,
12+ "lineBreakBeforeEachGenericRequirement": false,
13+ "prioritizeKeepingFunctionOutputTogether": true,
14+ "indentConditionalCompilationBlocks": true,
15+ "lineBreakAroundMultilineExpressionChainComponents": false,
16+ "rules": {
17+ "AllPublicDeclarationsHaveDocumentation": false,
18+ "AlwaysUseLowerCamelCase": true,
19+ "AmbiguousTrailingClosureOverload": true,
20+ "BeginDocumentationCommentWithOneLineSummary": false,
21+ "DoNotUseSemicolons": true,
22+ "DontRepeatTypeInStaticProperties": true,
23+ "FileScopedDeclarationPrivacy": true,
24+ "FullyIndirectEnum": true,
25+ "GroupNumericLiterals": true,
26+ "IdentifiersMustBeASCII": true,
27+ "NeverForceUnwrap": false,
28+ "NeverUseForceTry": false,
29+ "NeverUseImplicitlyUnwrappedOptionals": false,
30+ "NoAccessLevelOnExtensionDeclaration": true,
31+ "NoBlockComments": true,
32+ "NoCasesWithOnlyFallthrough": true,
33+ "NoEmptyTrailingClosureParentheses": true,
34+ "NoLabelsInCasePatterns": true,
35+ "NoLeadingUnderscores": false,
36+ "NoParensAroundConditions": true,
37+ "NoVoidReturnOnFunctionSignature": true,
38+ "OneCasePerLine": true,
39+ "OneVariableDeclarationPerLine": true,
40+ "OnlyOneTrailingClosureArgument": false,
41+ "OrderedImports": true,
42+ "ReturnVoidInsteadOfEmptyTuple": true,
43+ "UseEarlyExits": false,
44+ "UseLetInEveryBoundCaseVariable": true,
45+ "UseShorthandTypeNames": true,
46+ "UseSingleLinePropertyGetter": true,
47+ "UseSynthesizedInitializer": true,
48+ "UseTripleSlashForDocumentationComments": true,
49+ "UseWhereClausesInForLoops": false,
50+ "ValidateDocumentationComments": false
51+ }
52+ }
0 commit comments