2019-09-05 01:57:56 +03:00
|
|
|
# Copyright (c) Microsoft Corporation.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
|
|
|
|
# Disable CRLF-mapping for all files.
|
|
|
|
* -text
|
2019-09-06 05:42:03 +03:00
|
|
|
|
|
|
|
# Ensure GitHub detects our C++ code as C++ code.
|
|
|
|
/stl/inc/** linguist-language=C++
|
2022-09-20 00:47:02 +03:00
|
|
|
/stl/modules/** linguist-language=C++
|
2019-09-06 05:42:03 +03:00
|
|
|
/stl/src/** linguist-language=C++
|
2021-03-05 01:27:48 +03:00
|
|
|
*.h linguist-language=C++
|
|
|
|
|
|
|
|
# Ensure GitHub detects lit.cfg and lit.local.cfg as Python instead of HAProxy.
|
|
|
|
*.cfg linguist-language=Python
|
2020-03-01 01:41:37 +03:00
|
|
|
|
|
|
|
# Ensure GitHub detects our Perl legacy test harness code as Perl code instead of Raku.
|
|
|
|
*.pl linguist-language=Perl
|