mirror of
https://github.com/AdaCore/learn.git
synced 2026-02-12 13:00:42 -08:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
# Reclassify `.rst` files as Ada:
|
|
*.rst linguist-language=Ada
|
|
|
|
# Force files to use LF for EOL
|
|
*.rst text eol=lf
|
|
*.sh text eol=lf
|