680845cb1c
Linux build / Determine Swift version (push) Waiting to run
Linux build / Linux compile check (push) Blocked by required conditions
Build containerization / Verify commit signatures (push) Has been skipped
Build containerization / containerization (push) Successful in 0s
12 lines
428 B
TOML
12 lines
428 B
TOML
[SWIFT_STYLE]
|
|
firstLine = '//===----------------------------------------------------------------------===//'
|
|
endLine = "//===----------------------------------------------------------------------===//\n"
|
|
beforeEachLine = '// '
|
|
afterEachLine = ''
|
|
allowBlankLines = false
|
|
multipleLines = true
|
|
padLines = false
|
|
firstLineDetectionPattern = '//\s?==='
|
|
lastLineDetectionPattern = '//\s?==='
|
|
skipLinePattern = '// swift-tools-version'
|