Skip to content

Commit 49f9968

Browse files
authored
Merge pull request #38 from block/swipawiwat/ignore-location
refactor: Update the location of formatting ignore file
2 parents 7d8e8ac + 82370e5 commit 49f9968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idea-plugin/src/main/kotlin/xyz/block/kotlinformatter/idea/KotlinReformatService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ class KotlinReformatService : AsyncDocumentFormattingService() {
128128

129129
companion object {
130130
private val LOG = Logger.getInstance(KotlinReformatService::class.java)
131-
private const val FORMATTING_IGNORE_FILE = "git-hooks/formatting-ignore.txt"
131+
private const val FORMATTING_IGNORE_FILE = ".kotlin-formatter-ignore"
132132
}
133133
}

0 commit comments

Comments
 (0)