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 d78b6e3 commit 9831c59Copy full SHA for 9831c59
lib/src/main/java/com/diffplug/spotless/kotlin/KotlinConstants.java
@@ -18,7 +18,7 @@
18
public final class KotlinConstants {
19
20
// '^' is prepended to the regex in LICENSE_HEADER_DELIMITER later in FormatExtension.licenseHeader(String, String)
21
- public static final String LICENSE_HEADER_DELIMITER = "(package |@file)";
+ public static final String LICENSE_HEADER_DELIMITER = "(package |@file|import )";
22
23
private KotlinConstants() {}
24
}
0 commit comments