Opened 5 years ago

Closed 5 years ago

#2058 closed enhancement (fixed)

reformat C++ code to common style

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 9.8
Component: undecided Version: 9.7
Keywords: Cc:
Complexity: Medium

Description

The C++ code should be formatted to a common style. In rasdaman the following .astylerc is present and should be used:

--suffix=none
--convert-tabs
--convert-tabs
--close-templates
--pad-oper
--pad-header
--unpad-paren
--align-pointer=name
--align-reference=name
--indent-preproc-define
--indent=spaces=4
--style=allman

Change History (1)

comment:1 by Dimitar Misev, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.