mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
f70c71c5a9
Revise the documented modifications we need to make to the flex-generated source file according to the needs of the new version. Also drop the duplicate copyright notice block from the generated file.
8 lines
349 B
Plaintext
8 lines
349 B
Plaintext
# Preserve upstream indentation style.
|
|
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
|