Hey, so after I do something like
"if (true)" and then press enter, intellij doesn't automatically indent the new line despite it being set so in code style. This works when working with java files, but does not work for AS3 or Javascript/Typescript.
Also running the code formatter will add the indent.
How to fix?
Thanks