mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 00:13:22 +00:00
![Brad King](/assets/img/avatar_default.png)
Add `.clang-format` configuration files for Cuda test directories that use `Standard: Cpp11`. Otherwise clang-format splits the triple angle brackets used for CUDA kernels.
10 lines
217 B
YAML
10 lines
217 B
YAML
---
|
|
# This configuration requires clang-format 3.8 or higher.
|
|
BasedOnStyle: Mozilla
|
|
AlignOperands: false
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
ColumnLimit: 79
|
|
Standard: Cpp11
|
|
...
|