Browse Source

Update astyle options:

- "delete-empty-lines" removed as it removes single empty lines also
- "keep-one-line-blocks" added to keep one-line inline methods implementations
- "close-templates" added - places template angle bracket together
cl-refactor
Paweł Bylica 10 years ago
parent
commit
a36635240c
  1. 4
      astylerc

4
astylerc

@ -6,6 +6,6 @@ min-conditional-indent=1
pad-oper
pad-header
unpad-paren
delete-empty-lines
align-pointer=type
keep-one-line-blocks
close-templates

Loading…
Cancel
Save