mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
all: remove prettier from Spotless and reformat XML
This commit is contained in:
parent
8e243359ab
commit
ffcb270013
12 changed files with 41 additions and 67 deletions
|
@ -35,12 +35,6 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
|
|||
target("**/*.gradle.kts")
|
||||
ktfmt("0.28").googleStyle()
|
||||
}
|
||||
format("xml") {
|
||||
target("**/*.xml")
|
||||
targetExclude("**/build/**", ".idea/**")
|
||||
prettier(mapOf("prettier" to "2.3.2", "@prettier/plugin-xml" to "1.0.2"))
|
||||
.config(mapOf("parser" to "xml", "tabWidth" to 2))
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue