Skip to content

Commit

Permalink
Revise astylerc.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Aug 6, 2019
1 parent 3c95774 commit 276c70a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .astylerc
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@
# astyle --suffix=none --options=.astylerc filename.cpp

style=java
indent=tab
indent=tab=2
attach-closing-while
indent-switches
indent-after-parens
indent-preproc-block
indent-preproc-define
indent-col1-comments
pad-oper
pad-comma
pad-header
unpad-paren
align-pointer=name
align-reference=name
align-pointer=type
align-reference=type
break-closing-braces
break-one-line-headers
attach-return-type
Expand Down

0 comments on commit 276c70a

Please sign in to comment.