mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-02 17:57:45 +03:00
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:
co-authored by
Claude Opus 4.6
parent
f0bb8c860f
commit
1ed5d783e8
@@ -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 }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user