/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
18 строк
284 B
Michał Petryka
.editorconfig: add
02 сен 2025, 09:36
Не верифицирован
02 сен 2025, 09:36
37c6744
Код
Авторство
О чём код?
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. # # SPDX-License-Identifier: curl root = true [*] charset = utf-8 insert_final_newline = true indent_style = space trim_trailing_whitespace = true [*.{c,h}] indent_size = 2 max_line_length = 79 [*.{pl,pm}] indent_size = 4