Skip to content

Commit

Permalink
Adding setting override
Browse files Browse the repository at this point in the history
  • Loading branch information
PauliusJaskutelis committed Feb 5, 2025
1 parent bbf3bb4 commit f1eeb91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/functionalTests/defineVariable/9-extent/input.p
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* formatterSettingsOverride */
/* { "AblFormatter.variableDefinitionFormatting": true} */

define VARIABLE cerror AS CHARACTER NO-UNDO.
define VARIABLE i AS INTEGER Extent 100 no-undo.
define VARIABLE codepage AS CHARACTER extent 1000 NO-UNDO init "UNDEFINED".
Expand Down

0 comments on commit f1eeb91

Please sign in to comment.