Skip to content

fixed safe-navigation assignment formatting - #1205

Open
hfn92 wants to merge 1 commit into
EmmyLuaLs:mainfrom
hfn92:main
Open

fixed safe-navigation assignment formatting#1205
hfn92 wants to merge 1 commit into
EmmyLuaLs:mainfrom
hfn92:main

Conversation

@hfn92

@hfn92 hfn92 commented Aug 4, 2026

Copy link
Copy Markdown

had an issue where the formatter mangles some lines

eg.

function func()
  self.foo?.bar    = true
  self.foo?.barbar = 0.250
end

to

function func()
   = true
   = 0.250
end

(i have no idea what I'm doing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant