indents(ecma): use auto indent on (ERROR)

Fixes #2515
This commit is contained in:
Stephan Seitz 2022-02-11 23:46:51 +01:00 committed by Kiyan
parent f84a634ffd
commit bda4b35f76
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,16 @@
function test() {
return [
{
test: "test",
test_one: "test",
},
{
test: "test",
test_one: "test",
},
{
test: "test",
test_one: "test",
},
];
}