From 67896520a6ae28eb8674d9a4f74dfc5281c0cf71 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Fri, 26 Apr 2024 14:28:43 +1000 Subject: [PATCH] misc: remove deprecated astyle option 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 --- misc/astylerc | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/astylerc b/misc/astylerc index ee801b99..602eb323 100644 --- a/misc/astylerc +++ b/misc/astylerc @@ -4,7 +4,6 @@ # SPDX-License-Identifier: BSD-2-Clause # -max-instatement-indent=120 style=otbs pad-header indent=spaces=4