Subversion Repositories MK-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
# Set the default behavior, in case people don't have core.autocrlf set.
2
* text=auto
3
 
4
# Files with Unix line endings
5
*.c   text eol=lf
6
*.cpp text eol=lf
7
*.h   text eol=lf
8
*.ino text eol=lf
9
*.py  text eol=lf
10
*.sh  text eol=lf
11
*.scad text eol=lf
12
 
13
# Files with native line endings
14
# *.sln text
15
 
16
# Binary files
17
*.png binary
18
*.jpg binary
19
*.fon binary
20