Open laDok8 opened 1 year ago
Please make sure your PR meets the following requirements:
adding spotless plugin for code formatting this PR contributes to #529
changes made by spotless should be +- equivalent to java formatter with these args: --skip-sorting-imports --aosp so we could use GHA for feature parity or simply setup our own with mvn spotless:check
--skip-sorting-imports --aosp
mvn spotless:check
Please make sure your PR meets the following requirements:
adding spotless plugin for code formatting this PR contributes to #529