/
githubmirror
/
ncurses
Обзор
Документация
Войти
/
githubmirror
/
ncurses
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.2
misc/indent.pro
35 строк
757 B
Thomas E. Dickey
ncurses 5.2
21 окт 2000, 08:42
21 окт 2000, 08:42
c633e51
Код
Авторство
О чём код?
/* Use this with indent 2.0 (2.1 is not acceptable, since it has more bugs) */ /* indent 4 columns */ -i4 /* tab stops every 8 columns */ -ts8 /* cuddle 'else' */ -ce /* force blank lines after procedure body */ -bap /* do not force newline after comma in declaration */ -nbc /* do not force blank line after declarations */ -nbad /* format braces inline */ -br /* do not line up parentheses */ -lp /* put the type of a procedure on the line before its name */ -psl /* do not insert a space between procedure name and '(' */ -npcs /* leave preprocessor space */ -lps /* swallow optional blank lines */ -sob /* continuation indent of 0 spaces */ -ci0 /* force space before semicolon on same line */ -ss /* for vile */ -T size_t -T LINE -T BUFFER -T WINDOW