/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spec/fixtures/indentation/function_call.js
35 строк
280 B
Christian Fritz
tree-indenter: Applied fix introduced in sane-indentation for atom 1.40
31 май 2021, 05:32
31 май 2021, 05:32
98f3082
Код
Авторство
О чём код?
foo({ sd, sdf }, 4 ); foo( 2, { sd, sdf }, 4 ); foo( 2, { sd, sdf }); foo( 2, { sd, sdf }); foo(2, 4); foo({ symetric_opening_and_closing_scopes: 'indent me at 1' }); foo(myWrapper(mysecondWrapper({ a: 1 // should be at 1 })));