Hello! You may use: https://github.com/uncrustify/uncrustify and create a new Issue. Join your input files, the configuration used, the expected and the got output. guy Am 09.05.22 um 17:35 schrieb Graham Toal: Apologies for posting here but it's the only place I can find in this project that actually allows posting. I'm using uncrustify to format code that is output from a transpiler. Some of the output consists of #if statements which (for unavoidable reasons not worth getting into here) have constant...
Apologies for posting here but it's the only place I can find in this project that actually allows posting. I'm using uncrustify to format code that is output from a transpiler. Some of the output consists of #if statements which (for unavoidable reasons not worth getting into here) have constant conditions - either '1' or '0'. The true branch of one of these #if statements (whether the 'if' part, or the 'else' part, depending on the value of the condition) is formatted but the false branch never...