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