{ "version": 1, "lineLength": 100, "indentation": { "spaces": 4 }, "tabWidth": 4, "maximumBlankLines": 1, "respectsExistingLineBreaks": true, "lineBreakBeforeControlFlowKeywords": false, "lineBreakBeforeEachArgument": false, "lineBreakBeforeEachGenericRequirement": false, "lineBreakBetweenDeclarationAttributes": false, "prioritizeKeepingFunctionOutputTogether": false, "indentConditionalCompilationBlocks": true, "indentSwitchCaseLabels": false, "spacesAroundRangeFormationOperators": false, "spacesBeforeEndOfLineComments": 2, "indentBlankLines": false, "multiElementCollectionTrailingCommas": true, "reflowMultilineStringLiterals": "never", "fileScopedDeclarationPrivacy": { "accessLevel": "private" }, "orderedImports": { "includeConditionalImports": false } }