https://github.com/Kitware/CMake
Revision f5c4dada1bf8bf6463d1128065b3f85e78935ecf authored by Brad King on 07 March 2017, 16:50:17 UTC, committed by Brad King on 07 March 2017, 16:50:17 UTC
We need this to make Large File Support definitions consistent with
other translation units.
1 parent 0c14db2
Raw File
Tip revision: f5c4dada1bf8bf6463d1128065b3f85e78935ecf authored by Brad King on 07 March 2017, 16:50:17 UTC
cmFileMonitor.h: Include cmConfigure.h first
Tip revision: f5c4dad
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...
back to top