mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Improve swift-format 510.1.0.
Partial #696 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
e68ef510e0
commit
f59f9417e1
2 changed files with 11 additions and 5 deletions
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"indentBlankLines": false,
|
||||
"indentConditionalCompilationBlocks": false,
|
||||
"indentSwitchCaseLabels": false,
|
||||
"indentation": {
|
||||
"spaces": 4
|
||||
},
|
||||
|
@ -12,10 +14,11 @@
|
|||
"maximumBlankLines": 1,
|
||||
"multiElementCollectionTrailingCommas": true,
|
||||
"prioritizeKeepingFunctionOutputTogether": true,
|
||||
"reflowMultilineStringLiterals": true,
|
||||
"respectsExistingLineBreaks": true,
|
||||
"rules": {
|
||||
"AllPublicDeclarationsHaveDocumentation": true,
|
||||
"AlwaysUseLiteralForEmptyCollectionInit": true,
|
||||
"AlwaysUseLiteralForEmptyCollectionInit": false,
|
||||
"AlwaysUseLowerCamelCase": true,
|
||||
"AmbiguousTrailingClosureOverload": true,
|
||||
"BeginDocumentationCommentWithOneLineSummary": true,
|
||||
|
@ -57,6 +60,6 @@
|
|||
},
|
||||
"spacesAroundRangeFormationOperators": false,
|
||||
"spacesBeforeEndOfLineComments": 1,
|
||||
"TrailingComma": false,
|
||||
"tabWidth": 4,
|
||||
"version": 1
|
||||
}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"indentBlankLines": false,
|
||||
"indentConditionalCompilationBlocks": false,
|
||||
"indentSwitchCaseLabels": false,
|
||||
"indentation": {
|
||||
"spaces": 4
|
||||
},
|
||||
|
@ -12,10 +14,11 @@
|
|||
"maximumBlankLines": 1,
|
||||
"multiElementCollectionTrailingCommas": true,
|
||||
"prioritizeKeepingFunctionOutputTogether": true,
|
||||
"reflowMultilineStringLiterals": true,
|
||||
"respectsExistingLineBreaks": true,
|
||||
"rules": {
|
||||
"AllPublicDeclarationsHaveDocumentation": false,
|
||||
"AlwaysUseLiteralForEmptyCollectionInit": true,
|
||||
"AlwaysUseLiteralForEmptyCollectionInit": false,
|
||||
"AlwaysUseLowerCamelCase": true,
|
||||
"AmbiguousTrailingClosureOverload": true,
|
||||
"BeginDocumentationCommentWithOneLineSummary": true,
|
||||
|
@ -25,7 +28,7 @@
|
|||
"FullyIndirectEnum": true,
|
||||
"GroupNumericLiterals": true,
|
||||
"IdentifiersMustBeASCII": true,
|
||||
"NeverForceUnwrap": false,
|
||||
"NeverForceUnwrap": true,
|
||||
"NeverUseForceTry": false,
|
||||
"NeverUseImplicitlyUnwrappedOptionals": true,
|
||||
"NoAccessLevelOnExtensionDeclaration": false,
|
||||
|
@ -57,6 +60,6 @@
|
|||
},
|
||||
"spacesAroundRangeFormationOperators": false,
|
||||
"spacesBeforeEndOfLineComments": 1,
|
||||
"TrailingComma": false,
|
||||
"tabWidth": 4,
|
||||
"version": 1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue