CMake Nightly Date Stamp
[kiteware-cmake.git] / .gitattributes
blob96a11664ef6b31f35fa1725869258094ceaa646d
1 .git*            export-ignore
2 .hooks*          export-ignore
3 .codespellrc     export-ignore
4 .editorconfig    export-ignore
6 # Custom attribute to mark sources as using our C code style.
7 [attr]our-c-style  whitespace=tab-in-indent  format.clang-format=15
9 # Custom attribute to mark sources as generated.
10 # Do not perform whitespace checks.  Do not format.
11 [attr]generated  whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format
13 bootstrap        eol=lf
14 configure        eol=lf
15 *.[1-9]          eol=lf
16 *.bash           eol=lf
17 *.sh             eol=lf
18 *.sh.in          eol=lf
20 *.bat            eol=crlf
21 *.bat.in         eol=crlf
22 *.sln            eol=crlf
23 *.vcproj         eol=crlf
25 *.pfx            -text
26 *.png            -text
27 *.png.in         -text
29 *.c              our-c-style
30 *.cc             our-c-style
31 *.cpp            our-c-style
32 *.cu             our-c-style
33 *.cxx            our-c-style
34 *.h              our-c-style
35 *.hh             our-c-style
36 *.hpp            our-c-style
37 *.hxx            our-c-style
38 *.notcu          our-c-style
39 *.tcc            our-c-style
41 *.cmake          whitespace=tab-in-indent
42 *.rst            whitespace=tab-in-indent conflict-marker-size=79
43 *.txt            whitespace=tab-in-indent