swh:1:snp:a6330e89b35f0959a588079a2c4dc65f44d6e08a
Raw File
Tip revision: a8bd06dfd47a56e09e660de5e58f26579105d2d4 authored by Brad King on 25 May 2022, 13:42:51 UTC
CMake 3.23.2
Tip revision: a8bd06d
.gitattributes
.git*            export-ignore

*.c              kwsys-c-style
*.c.in           kwsys-c-style
*.cxx            kwsys-c-style
*.h              kwsys-c-style
*.h.in           kwsys-c-style
*.hxx            kwsys-c-style
*.hxx.in         kwsys-c-style

*.cmake          whitespace=tab-in-indent
*.rst            whitespace=tab-in-indent conflict-marker-size=79
*.txt            whitespace=tab-in-indent
back to top