mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
41 lines
1.4 KiB
Text
41 lines
1.4 KiB
Text
{
|
|
"indentation" : {
|
|
"spaces" : 4
|
|
},
|
|
"lineLength" : 120,
|
|
"rules" : {
|
|
"AllPublicDeclarationsHaveDocumentation" : false,
|
|
"AlwaysUseLowerCamelCase" : true,
|
|
"AmbiguousTrailingClosureOverload" : true,
|
|
"BeginDocumentationCommentWithOneLineSummary" : false,
|
|
"DoNotUseSemicolons" : true,
|
|
"DontRepeatTypeInStaticProperties" : true,
|
|
"FileScopedDeclarationPrivacy" : true,
|
|
"FullyIndirectEnum" : true,
|
|
"GroupNumericLiterals" : true,
|
|
"IdentifiersMustBeASCII" : true,
|
|
"NeverForceUnwrap" : false,
|
|
"NeverUseForceTry" : false,
|
|
"NeverUseImplicitlyUnwrappedOptionals" : false,
|
|
"NoAccessLevelOnExtensionDeclaration" : false,
|
|
"NoBlockComments" : true,
|
|
"NoCasesWithOnlyFallthrough" : true,
|
|
"NoEmptyTrailingClosureParentheses" : true,
|
|
"NoLabelsInCasePatterns" : true,
|
|
"NoLeadingUnderscores" : false,
|
|
"NoParensAroundConditions" : true,
|
|
"NoVoidReturnOnFunctionSignature" : true,
|
|
"OneCasePerLine" : true,
|
|
"OneVariableDeclarationPerLine" : true,
|
|
"OnlyOneTrailingClosureArgument" : true,
|
|
"OrderedImports" : true,
|
|
"ReturnVoidInsteadOfEmptyTuple" : true,
|
|
"UseLetInEveryBoundCaseVariable" : true,
|
|
"UseShorthandTypeNames" : true,
|
|
"UseSingleLinePropertyGetter" : true,
|
|
"UseSynthesizedInitializer" : true,
|
|
"UseTripleSlashForDocumentationComments" : true,
|
|
"ValidateDocumentationComments" : false
|
|
},
|
|
"version" : 1
|
|
}
|