#!/bin/bash
shopt -s globstar
google-java-format --skip-reflowing-long-strings --replace ./src/**/java/**/*.java
