mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 05:20:36 +01:00
codetools: less hints
git-svn-id: trunk@53197 -
This commit is contained in:
parent
08e20f0ff0
commit
729865999b
@ -19,7 +19,8 @@
|
||||
***************************************************************************
|
||||
|
||||
Author: Mattias Gaertner
|
||||
|
||||
}
|
||||
(*
|
||||
Abstract:
|
||||
Functions to beautify code.
|
||||
Goals:
|
||||
@ -68,9 +69,9 @@
|
||||
or expr then
|
||||
statement;
|
||||
begin
|
||||
{comment}
|
||||
//comment
|
||||
statement;
|
||||
{comment}
|
||||
//comment
|
||||
statement;
|
||||
{$IFDEF expr}
|
||||
statement;
|
||||
@ -88,7 +89,7 @@
|
||||
* long lines
|
||||
DoSomething(Param1,
|
||||
Param2);
|
||||
}
|
||||
*)
|
||||
unit CodeBeautifier;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user