/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/development/dev_codestyle.rst
15 строк
492 B
Rainer Gerhards
Add 'doc/' from commit 'a001c0e188ee266a3face91efe0211fff5c07043'
14 июн 2025, 18:45
14 июн 2025, 18:45
919d409
Код
Авторство
О чём код?
rsyslog code style ================== **Note**: code style is still under construction. This guide lists some basic style requirements. **Code that does not match the code style guide will not pass CI testing.** The following is required right now: * we use ANSI C99 * indentation is done with tabs, not spaces * trailing whitespace in lines is not permitted * lines longer than 120 characters are not permitted; everything over 120 chars is rejected and must be reformatted.