Initial commit
This commit is contained in:
commit
7ee534b69b
4 changed files with 54 additions and 0 deletions
15
.swift-format
Normal file
15
.swift-format
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"fileScopedDeclarationPrivacy": {
|
||||
"accessLevel": "private"
|
||||
},
|
||||
"indentBlankLines": true,
|
||||
"indentation": {
|
||||
"spaces": 4
|
||||
},
|
||||
"lineLength": 9999,
|
||||
"maximumBlankLines": 1,
|
||||
"multiElementCollectionTrailingCommas": false,
|
||||
"rules": {
|
||||
"FileScopedDeclarationPrivacy": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue