summaryrefslogtreecommitdiffstats
path: root/Source/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-08 13:36:57 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-08 13:36:57 (GMT)
commitf506489d1ed222761f9ce752144a458290020e55 (patch)
tree5aed76c45f567cd5bc312953ce6344edb9b73823 /Source/.gitattributes
parent988b3806b6ad2f28ebd6b582ce18928407d0b011 (diff)
parentd28da906fed16ab7f45440db65c8c84e15b53996 (diff)
downloadCMake-f506489d1ed222761f9ce752144a458290020e55.zip
CMake-f506489d1ed222761f9ce752144a458290020e55.tar.gz
CMake-f506489d1ed222761f9ce752144a458290020e55.tar.bz2
Merge topic 'fortran-depend-cleanup'
d28da906 cmFortranParser: Inject a newline at end-of-file when missing 8c65a501 cmFortranParser: Revise indentation style to match rest of CMake f70c71c5 cmFortranLexer: Update to flex 2.6 e11cd31f Fortran: Warn when dependency scanning fails to parse a source file
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r--Source/.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes
index bd25ea8..5002b2a 100644
--- a/Source/.gitattributes
+++ b/Source/.gitattributes
@@ -3,3 +3,5 @@ cm_sha2.* whitespace=indent-with-non-tab
# 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