.gitattributes 349 B

1234567
  1. # Preserve upstream indentation style.
  2. cm_sha2.* whitespace=indent-with-non-tab
  3. # Preserve indentation style in generated code.
  4. cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab
  5. cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
  6. cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab