mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Revise the documented modifications we need to make to the flex-generated source file according to the needs of the new version. Update our own implementation to avoid warnings with flex types.
6 lines
207 B
Plaintext
6 lines
207 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
|