16 lines
184 B
Plaintext
16 lines
184 B
Plaintext
# fastwc repository hygiene.
|
|
|
|
* text=auto
|
|
|
|
*.c text
|
|
*.h text
|
|
*.md text
|
|
*.sh text eol=lf
|
|
*.ac text
|
|
*.am text
|
|
*.json text
|
|
|
|
*.c diff=cpp
|
|
*.h diff=cpp
|
|
*.sh diff=bash
|