Skip to content

Commit c62d1d3

Browse files
authored
Format HTML (#84)
1 parent 6cf7a7c commit c62d1d3

File tree

2 files changed

+281
-139
lines changed

2 files changed

+281
-139
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ spotless {
3737
target("ui/js/code.js")
3838
prettier()
3939
}
40+
format("html") {
41+
target("ui/**/*.html")
42+
prettier()
43+
}
4044
}
4145

4246
mainClassName = "pcminer.PCMiner"

0 commit comments

Comments
 (0)