given:
--[[comment]]
type Doo
--[[comment]]
<
--[[comment]]
T
--[[comment]]
>
--[[comment]]
=
--[[comment]]
string
--[[comment]]
after stylua becomes:
--[[comment]]
type Doo--[[comment]]
<
--[[comment]]
T --[[comment]]
>--[[comment]]
= --[[comment]]
string
--[[comment]]
and running it a second time it becomes:
--[[comment]]
type Doo--[[comment]]<
--[[comment]]
T --[[comment]]
>--[[comment]] = --[[comment]]string
--[[comment]]
running it more times stays the same.
Expected result:
- results should be the same everytime stylua is executed
Tested on v0.12.4