/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.swift-format
23 строки
853 B
PatTheMav
CI: Update swift-format configuration with more explicit rules
05 сен 2025, 00:58
05 сен 2025, 00:58
cdac426
Код
Авторство
О чём код?
{ "version": 1, "lineLength": 120, "indentation": { "spaces": 4 }, "tabWidth": 4, "maximumBlankLines": 1, "respectsExistingLineBreaks": true, "lineBreakBeforeControlFlowKeywords": false, "lineBreakBeforeEachArgument": false, "lineBreakBeforeEachGenericRequirement": false, "lineBreakBetweenDeclarationAttributes": false, "prioritizeKeepingFunctionOutputTogether": false, "indentConditionalCompilationBlocks": true, "lineBreakAroundMultilineExpressionChainComponents": false, "fileScopedDeclarationPrivacy": {"accessLevel": "private"}, "indentSwitchCaseLabels": false, "spacesAroundRangeFormationOperators": false, "noAssignmentInExpressions": { "allowedFunctions" : ["XCTAssertNoThrow"] }, "multiElementCollectionTrailingCommas": true, "indentBlankLines": false, }