Skip to content

New uncrustify config

Nghia Truong requested to merge nghia.truong/iMSTK:NewUncrustifyConfig into master

There are a lot of more uncrustify options have been added to iMSTK config. This allows to format code in a much nicer way.

Alignment of variables and comments

1 11 111

Enforce spaces

Add/remove when needed: 2

Enforce spaces around '*' and '&' of reference and pointer variables

3 33 333

Remove redundant semicolons

4 44

Break line between function return type and function definition

5

Enforce position of boolean operators, making multiple-line boolean expressions easier to read

6 66

Edited by Nghia Truong

Merge request reports