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

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

*.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

*.rst            whitespace=tab-in-indent conflict-marker-size=79