swiftcurseskit.git · .swift-format.json
swiftcurseskit.git / .swift-format.json
revision 4edd17112e18ab652d1fa31171696d03a2976561 · complete file
{
"version": 1,
"lineLength": 100,
"indentation": {
"spaces": 4
},
"respectsExistingLineBreaks": true,
"rules": {
"DoNotUseSemicolons": true,
"UseLetInEveryBoundCaseVariable": true
}
}