Skip to content

Commit

Permalink
misc: remove deprecated astyle option
Browse files Browse the repository at this point in the history
Release 3.0 of astyle replaced this option with
'max-continuation-indent'. The replaced option is already in
the astylerc so we just need to remove the option here.

Further information can be found in the release notes:
https://astyle.sourceforge.net/news.html

Signed-off-by: Ivan Velickovic <i.velickovic@unsw.edu.au>
  • Loading branch information
Ivan-Velickovic authored and lsf37 committed Apr 28, 2024
1 parent 8c660fd commit 6789652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/astylerc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# SPDX-License-Identifier: BSD-2-Clause
#

max-instatement-indent=120
style=otbs
pad-header
indent=spaces=4
Expand Down

0 comments on commit 6789652

Please sign in to comment.