Files
projet_gestion_commande/frontend-admin/node_modules/react-native-reanimated/android/spotless.gradle
T
2026-02-19 09:03:43 +01:00

10 lines
160 B
Groovy

// formatter & linter configuration for java
apply plugin: 'com.diffplug.spotless'
spotless {
java {
target 'src/**/*.java'
googleJavaFormat()
}
}