Skip to content

fixed safe-navigation assignment formatting - #1205

Merged
CppCXY merged 1 commit into
EmmyLuaLs:mainfrom
hfn92:main
Aug 5, 2026
Merged

fixed safe-navigation assignment formatting#1205
CppCXY merged 1 commit into
EmmyLuaLs:mainfrom
hfn92:main

Conversation

@hfn92

@hfn92 hfn92 commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

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)

@CppCXY
CppCXY merged commit 29a5958 into EmmyLuaLs:main Aug 5, 2026
16 of 17 checks passed
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.

2 participants