mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-04 09:43:08 +02:00
492180837e
Github classifies many C header files as C++, perhaps because they don't contain anything definitively C-like. Add an override to ensure .h files are always classified as C since this project contains no C++.
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
# Classify all .h files as C
|
|
*.h linguist-language=C
|