diff options
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r-- | Source/.gitattributes | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes index e9e35bd..dbd6382 100644 --- a/Source/.gitattributes +++ b/Source/.gitattributes @@ -1,4 +1,10 @@ # Preserve indentation style in generated code. -cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab -cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab -cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab +cmCommandArgumentLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab +cmCommandArgumentLexer.h whitespace=-tab-in-indent,-indent-with-non-tab +cmDependsJavaLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab +cmDependsJavaLexer.h whitespace=-tab-in-indent,-indent-with-non-tab +cmExprLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab +cmExprLexer.h whitespace=-tab-in-indent,-indent-with-non-tab +cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab +cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab +cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab |