T O P I C R E V I E W |
swinefeaster |
Posted - Apr 23 2020 : 9:00:48 PM My current team's weird coding convention wants two empty lines between function definitions in the cpp. Is there any way I can modify the VAX Create Implementation template to honor this?
Thanks |
2 L A T E S T R E P L I E S (Newest First) |
swinefeaster |
Posted - Apr 24 2020 : 2:31:29 PM ah yes i found it! thanks |
feline |
Posted - Apr 24 2020 : 07:27:04 AM Assuming you are using Create Implementation to generate your implementations in the cpp file, setting:
VA Options -> Code Generation -> Maintain order in header and source files for generated C/C++ implementations Place 2 lines between generated implementations
will help, but this won't reformat existing code. |