Support for `tabWidth` of 4?
rattrayalex opened this issue · 0 comments
rattrayalex commented
With this gradle config:
prettier(mapOf("prettier-plugin-java" to "2.0.0")).config(mapOf("parser" to "java", "tabWidth" to 4))
We still got 2 spaces instead of 4 for our indentation.