summaryrefslogtreecommitdiff
path: root/tools/codeformat.py
diff options
context:
space:
mode:
authorAngus Gratton <angus@redyak.com.au>2022-08-29 16:50:49 +1000
committerAngus Gratton <angus@redyak.com.au>2022-10-04 14:34:54 +1100
commitbdac8272d8b1a726012bec897dc51dacbe70b295 (patch)
tree7745965d61d5f802425d5e52a59627ce62a52fa9 /tools/codeformat.py
parent0ee877a20732039e603b41c63a221bfc2c8fbde9 (diff)
tools: Add note about uncrustify versions.
Uncrustify versions are not mutually compatible: 1. Version 0.73 or newer produce slightly different formatting. It may be possible to tweak these by adding more config items, but this will cause older versions to error out with 'Unknown option'. 2. Version 0.75 prints a range of deprecation warnings due to config file changes, and returns a non-zero exit code. These are actually fixable as most are the default value, and pp_indent has changed from 'true' to '1' which is backwards compatible. However issue 1 remains, so probably better to have it fail explicitly. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'tools/codeformat.py')
0 files changed, 0 insertions, 0 deletions