Skip to content

Commit

Permalink
astyle: allow opening curly bracket in the same line as namespace
Browse files Browse the repository at this point in the history
e.g.: `namespace foobar {`

Signed-off-by: Attila Szakacs <[email protected]>
  • Loading branch information
alltilla committed Jul 4, 2023
1 parent bc9e179 commit ac3d4fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .astylerc
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
--exclude="lib/ivykis"
--exclude="lib/compat/strcasestr.c"
--exclude="dbld"

# allow opening curly bracket in the same line as namespace e.g.: `namespace foobar {`
--attach-namespaces

0 comments on commit ac3d4fb

Please sign in to comment.