25 lines
591 B
Plaintext
25 lines
591 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Do not perform LF normalization on bash scripts
|
|
*.service text eol=lf
|
|
*.raspberrypi text eol=lf
|
|
*.sh text eol=lf
|
|
src/ports/linux/set_network_parameters text eol=lf
|
|
src/ports/linux/set_profinet_leds text eol=lf
|
|
|
|
# Custom for Visual Studio
|
|
*.cs diff=csharp
|
|
|
|
# Standard to msysgit
|
|
*.doc diff=astextplain
|
|
*.DOC diff=astextplain
|
|
*.docx diff=astextplain
|
|
*.DOCX diff=astextplain
|
|
*.dot diff=astextplain
|
|
*.DOT diff=astextplain
|
|
*.pdf diff=astextplain
|
|
*.PDF diff=astextplain
|
|
*.rtf diff=astextplain
|
|
*.RTF diff=astextplain
|