mirror of
https://forge.univ-lyon1.fr/tplifap4/dungeonanddeamon.git
synced 2024-02-27 13:31:50 +01:00
14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
# Properly detect languages on Github
|
|
*.h linguist-language=c
|
|
*.inc linguist-language=c
|
|
drivers/* linguist-vendored
|
|
|
|
*.c eol=lf
|
|
*.cpp eol=lf
|
|
*.mm eol=lf
|
|
*.h eol=lf
|
|
*.py eol=lf
|
|
*.hpp eol=lf
|
|
*.xml eol=lf
|
|
*.json eol=lf
|