I donāt believe so, at least not without altering the formatter code yourself which is probably not what you had in mind with this question.
If I have learned one thing with programming languages, it simply causes friction to not embrace the conventional style, regardless of personal opinions. I have definitely adopted the ādo as the Romans doā mentality when it comes to language conventions and formatters.
I agree that accepting the ways of the formatter is probably best, but thereās always the possibility to temporarily disable zig fmt from inside your code:
FWIW I also started to prefer putting the boolean operators at the front of the line, it is more readable than the ātraditionalā way (IMHO). I wouldnāt mind this becoming the standard formatting in zig fmt.