mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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
|