~~ lineWidth: 120, arguments.preferHanging: always ~~
== should format ==
namespace test.something {
    function test() {
        if (true) {
            testingthisout(testingThis, testingThisOutt.abittt.test === TestingThi.SOutALittleBitttt ? testingThisOudt.morrre : testingThisEeee);
        }
    }
}

[expect]
namespace test.something {
    function test() {
        if (true) {
            testingthisout(testingThis, testingThisOutt.abittt.test === TestingThi.SOutALittleBitttt
                ? testingThisOudt.morrre
                : testingThisEeee);
        }
    }
}
