1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/core/org.eclipse.cdt.ui.tests/resources/constalign
Marco Stornelli f893b77dba Bug 461435 - Added options to format pointers in methods
Rules used:
1) Default is right alignment to be compliant with built-in formatter
rules;
2) Pointer with declarator without name will be always left alignment
unless there's a nested declarator;
3) Return value of methods/functions is always left alignment;
4) If left alignment is selected, if space after comma is selected too
for a declaration list, space is always forced after the comma.

Change-Id: I82d5ad130e665e5357644cc59655a558f3fb732f
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
2019-05-12 15:42:21 +02:00
..
leftChanged Bug 461435 - Added options to format pointers in methods 2019-05-12 15:42:21 +02:00
leftUnchanged Bug 491957. Preferences & save action for choosing const alignment 2017-05-15 02:59:54 -04:00
rightChanged Bug 461435 - Added options to format pointers in methods 2019-05-12 15:42:21 +02:00
rightUnchanged Bug 491957. Preferences & save action for choosing const alignment 2017-05-15 02:59:54 -04:00