/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spec/fixtures/indentation/while.js
36 строк
369 B
Christian Fritz
tree-indenter: Applied fix introduced in sane-indentation for atom 1.40
31 май 2021, 05:32
31 май 2021, 05:32
98f3082
Код
Авторство
О чём код?
/** While loops */ while (condition) inLoop(); while (condition) inLoop(); after(); while (mycondition) { sdfsdfg(); } while (mycondition) { sdfsdfg(); } while (mycond) if (more) doit; after(); while (mycond) if (more) doit; after(); while (mycondition) { sdfsdfg(); if (test) { more() }} while (mycondition) if (test) { more() }