Files
sing-box-for-android/gradle/libs.versions.toml
世界 3c9ab19466 Replace ktlint with Spotless for code formatting
- Add Spotless plugin 8.1.0 with ktlint 1.7.1 and Google Java Format
- Configure ktlint rules, disable filename/max-line-length/property-naming
- Remove old ktlint plugin
2026-01-17 16:58:19 +08:00

7 lines
128 B
TOML

[versions]
spotless = "8.1.0"
ktlint = "1.7.1"
[plugins]
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }