/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spec/fixtures/indentation/objects_and_array.js
39 строк
263 B
Christian Fritz
tree-indenter: Applied fix introduced in sane-indentation for atom 1.40
31 май 2021, 05:32
31 май 2021, 05:32
98f3082
Код
Авторство
О чём код?
var x = [ 3, 4 ]; const y = [ 1 ]; const j = [{ a: 1 }]; let h = { a: [ 1, 2 ], b: { j: [ { l: 1 }] }, c: { j: [ { l: 1 }] }, }; const a = { b: 1 }; const x = { g: { a: 1, b: 2 }, h: { c: 3 } }