Skip to content

Commit

Permalink
Fixed format target options
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhoff committed Apr 25, 2024
1 parent 0fa8cea commit 6aa9fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(ENABLE_ASTYLE)
--suffix=none
--pad-oper
--unpad-paren
--break-closing-brackets
--break-closing-braces
--align-pointer=name
--align-reference=name
--indent-preproc-define
Expand All @@ -74,7 +74,7 @@ if(ENABLE_ASTYLE)
--min-conditional-indent=0
--indent=spaces=4
--close-templates
--add-brackets
--add-braces
--break-after-logical
${CHECK_FILES}
)
Expand Down

0 comments on commit 6aa9fa1

Please sign in to comment.