Thanks for this plugin.
I just found a small glitch.
Given the following TypoScript:
page = PAGE
page {
10 = FLUIDTEMPLATE
10 {
}
}
The autoformat: gg=G results in:
page = PAGE
page {
10 = FLUIDTEMPLATE
10 {
}
}
Where I expect the above input to be the result.