mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
18 lines
455 B
Plaintext
18 lines
455 B
Plaintext
{
|
|
"version": 1,
|
|
"lineLength": 120,
|
|
"indentation": {
|
|
"spaces": 2
|
|
},
|
|
"lineBreakBeforeEachArgument": true,
|
|
"indentConditionalCompilationBlocks": false,
|
|
"rules": {
|
|
"AlwaysUseLowerCamelCase": false,
|
|
"AmbiguousTrailingClosureOverload": false,
|
|
"NoBlockComments": false,
|
|
"OrderedImports": true,
|
|
"UseLetInEveryBoundCaseVariable": false,
|
|
"UseSynthesizedInitializer": false
|
|
}
|
|
}
|