/
githubmirror
/
netty
Обзор
Документация
Войти
/
githubmirror
/
netty
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.2
.editorconfig
42 строки
557 B
Vasily Pelikh
Add `.editorconfig` to enforce consistent coding style (#17052)
04 авг 2026, 09:41
Не верифицирован
04 авг 2026, 09:41
a96226c
Код
Авторство
О чём код?
root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.java] indent_style = space indent_size = 4 max_line_length = 120 [*.c] indent_style = space indent_size = 4 [*.h] indent_style = space indent_size = 4 [*.xml] indent_style = space indent_size = 4 [*.{yml,yaml,json,js,css}] indent_style = space indent_size = 2 [*.{md,txt}] indent_style = space indent_size = 2 [*.properties] indent_style = space indent_size = 2 [*.sh] indent_style = space indent_size = 4 [Makefile] indent_style = tab