Skip to content

Commit

Permalink
style: update astyle version
Browse files Browse the repository at this point in the history
3.1 is the version available in Ubuntu 20.04LTS, which is recommended in the
current install instructions. Later versions also work and output seems to be
stable for our sources. Versions earlier than 3.0 no longer work with the
options in our .astylerc.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
  • Loading branch information
lsf37 authored and Ivan-Velickovic committed Apr 28, 2024
1 parent fdef960 commit a152243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/style-guide.md
Expand Up @@ -35,7 +35,7 @@ Code should compile without warnings, with `-Wall`.
### Automatic formatting

For automatic formatting of C code, we use
[astyle](http://astyle.sourceforge.net/), version 2.05.1, with the
[astyle](http://astyle.sourceforge.net/), version 3.1, with the
settings declared in our
[astylerc](https://github.com/seL4/seL4_tools/blob/master/misc/astylerc).

Expand Down

0 comments on commit a152243

Please sign in to comment.