mirror of
https://github.com/obsproject/obs-studio.git
synced 2025-12-23 22:48:02 -05:00
24 lines
853 B
Plaintext
24 lines
853 B
Plaintext
{
|
|
"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,
|
|
}
|