Rename numberFormat to format in mxl-compile DSL

The field covers all 1C format strings: numbers, dates, booleans.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-08 18:35:44 +03:00
co-authored by Claude Opus 4.6
parent f0bb8c860f
commit 1ed5d783e8
2 changed files with 2 additions and 2 deletions
@@ -182,7 +182,7 @@ function Resolve-Style {
if ($style.wrap -eq $true) { $wrap = $true }
# Number format
if ($style.numberFormat) { $nf = $style.numberFormat }
if ($style.format) { $nf = $style.format }
}
}