https://github.com/Kitware/CMake
Revision 0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 authored by Brad King on 14 February 2017, 15:00:05 UTC, committed by Brad King on 14 February 2017, 15:20:42 UTC
1 parent 592e3d2
Raw File
Tip revision: 0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 authored by Brad King on 14 February 2017, 15:00:05 UTC
Modules: Run clang-format on CUDA code
Tip revision: 0b2f8ae
.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