Revision 0e1dba36c388757f9dc817a3f3eeac6e69d34a72 authored by Brad King on 11 February 2021, 14:18:18 UTC, committed by Brad King on 11 February 2021, 14:18:18 UTC
1 parent 93e077e
Raw File
.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