Revision 573397bb540a1b1bbe991602d58835bb1a9f61e1 authored by Brad King on 03 August 2016, 13:20:32 UTC, committed by CMake Topic Stage on 03 August 2016, 13:20:32 UTC
15a6ae5c FindCUDA: Add search path for nvcc on Arch

2 parent s 4b0e1dc + 15a6ae5
Raw File
.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