/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
.gitattributes
7 строк
364 B
Richard Smith
Avoid non-UTF8-encoded test files. (#5965)
21 авг 2025, 00:07
Не верифицирован
21 авг 2025, 00:07
ad84e71
Код
Авторство
О чём код?
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM # Exceptions. See /LICENSE for license information. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception # This tells Github to detect files having the extension `.def` as `C++` files, which # ensures that these files get syntax highlighted properly. *.def linguist-language=C++