lazarus/components/jcf2/Process/Returns
2023-03-26 09:36:31 +03:00
..
BlockStyles.pas
LongLineBreaker.pas
NoReturnAfter.pas Jedi Code Format: No blank lines in function/procedure declarations. Issue #40006, patch by Domingo Galmés. 2022-11-19 22:21:41 +02:00
NoReturnBefore.pas Jedi Code Format: Improve formatting of preprocessor blocks and preprocessor directives. Issue #39662, patch by Domingo Galmés. 2022-11-02 19:30:49 +02:00
PropertyOnOneLine.pas
RemoveBlankLinesAfterProcHeader.pas Jedi Code Format: Remove blank lines before type, const, var, begin tokens inside a procedure/function. Issue #39990, patch by Domingo Galmés. 2022-11-06 23:39:31 +02:00
RemoveBlankLinesInVars.pas
RemoveConsecutiveReturns.pas
RemoveReturnsAfter.pas
RemoveReturnsAfterBegin.pas Jedi Code Format: Respect "Max consecutive blank lines before removal" setting. Issue #39114, patch by Udo Sommer. 2021-06-30 22:52:34 +00:00
RemoveReturnsBeforeEnd.pas Jedi Code Format: Respect "Max consecutive blank lines before removal" setting. Issue #39114, patch by Udo Sommer. 2021-06-30 22:52:34 +00:00
ReturnAfter.pas Jedi Code Format: Improve formatting of preprocessor blocks and preprocessor directives. Issue #39662, patch by Domingo Galmés. 2022-11-02 19:30:49 +02:00
ReturnBefore.pas Jedi Code Format: Do not break line in generic method with "class". Issue #40180, patch by Domingo Galmés. 2023-03-26 09:36:31 +03:00
ReturnChars.pas
ReturnsAfterFinalEnd.pas