File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Tests/SwiftBasicFormatTest Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
1
2
//
2
- // Indenter.swift
3
- // swift-syntax
3
+ // This source file is part of the Swift.org open source project
4
4
//
5
- // Created by Jed Fox on 9/8/24.
5
+ // Copyright (c) 2024 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
6
7
//
8
+ // See https://swift.org/LICENSE.txt for license information
9
+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ //===----------------------------------------------------------------------===//
7
12
8
13
#if swift(>=6)
9
14
public import SwiftSyntax
Original file line number Diff line number Diff line change 2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
5
- // Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2024 Apple Inc. and the Swift project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
You can’t perform that action at this time.
0 commit comments