We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c078ad9 commit 751ca4eCopy full SHA for 751ca4e
Sources/SwiftFormat/Core/IgnoreFile.swift
@@ -12,6 +12,12 @@
12
13
import Foundation
14
15
+/// A file that describes which files and directories should be ignored by the formatter.
16
+/// In the future, this file may contain complex rules for ignoring files, based
17
+/// on pattern matching file paths.
18
+///
19
+/// Currently, the only valid content for an ignore file is a single asterisk "*",
20
+/// optionally surrounded by whitespace.
21
public class IgnoreFile {
22
/// Name of the ignore file to look for.
23
/// The presence of this file in a directory will cause the formatter
0 commit comments