Browse Source

Revise astylerc.

tags/v1.1.4
Andrew Belt 5 years ago
parent
commit
276c70a4ab
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .astylerc

+ 3
- 4
.astylerc View File

@@ -7,10 +7,9 @@
# 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
@@ -18,8 +17,8 @@ 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


Loading…
Cancel
Save