-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #308 from BalticAmadeus/241-improve-no-undo-format…
…ting Improved no-undo formating after extent keyword
- Loading branch information
Showing
4 changed files
with
81 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.variableDefinitionFormatting": true} */ | ||
define VARIABLE cerror2 AS INTEGER Extent 100 no-undo. | ||
define VARIABLE cerror3 AS CHARACTER extent 1000 NO-UNDO init "UNDEFINED". | ||
define variable cerror5 as int no-undo extent 100. | ||
define variable cerror1 as decimal extent 10 no-undo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* formatterSettingsOverride */ | ||
/* { "AblFormatter.variableDefinitionFormatting": true} */ | ||
define VARIABLE cerror2 AS INTEGER Extent 100 no-undo. | ||
define VARIABLE cerror3 AS CHARACTER extent 1000 NO-UNDO init "UNDEFINED". | ||
define variable cerror5 as int no-undo extent 100. | ||
define variable cerror1 as decimal extent 10 no-undo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters