Skip to content

Commit 9dd5519

Browse files
chore: apply format suggestions
Co-authored-by: Guennadi Maximov C <g.maxc.fox@protonmail.com> Signed-off-by: KevinSilvester <56918431+KevinSilvester@users.noreply.github.com>
1 parent 189e758 commit 9dd5519

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/wezterm/types/wezterm.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,12 +506,12 @@ local freetype_target = {
506506
--- - [`config.font_shaper`](lua://Config.font_shaper)
507507
---
508508
---@field harfbuzz_features? HarfbuzzFeatures[]
509+
---@field scale? number
509510
---@field stretch? FontStretch
510511
---This option will only be respected if the `italic` option is `nil`.
511512
---
512513
---@field style? FontStyle
513514
---@field weight? FontWeight
514-
---@field scale? number
515515

516516
---Argument type for `Wezterm.font()` and `Wezterm.font_with_fallback()`.
517517
---@class FontFamilyAttributes: FontAttributesBase
@@ -522,6 +522,7 @@ local freetype_target = {
522522

523523
---Corresponds to the internal `FontAttributes` struct that is used to
524524
---select a single named font.
525+
---
525526
---@class FontAttributes: FontAttributesBase
526527
---@field is_fallback? boolean
527528
---@field is_synthetic? boolean

0 commit comments

Comments
 (0)