summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 8027e271f2590997b0e5f57fa016818db2479f55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.git*            export-ignore
.gitattributes  -export-ignore

/GitSetup        export-ignore
/SetupForDevelopment.sh  export-ignore  eol=lf
/clang-format.bash export-ignore eol=lf
/.clang-format   export-ignore

/CONTRIBUTING.rst conflict-marker-size=78

*.c              whitespace=tab-in-indent,no-lf-at-eof
*.h              whitespace=tab-in-indent,no-lf-at-eof
*.h.in           whitespace=tab-in-indent,no-lf-at-eof
*.cxx            whitespace=tab-in-indent,no-lf-at-eof
*.hxx            whitespace=tab-in-indent,no-lf-at-eof
*.hxx.in         whitespace=tab-in-indent,no-lf-at-eof
*.txt            whitespace=tab-in-indent,no-lf-at-eof
*.cmake          whitespace=tab-in-indent,no-lf-at-eof