cmake/Tests/Cuda/.clang-format

10 lines
217 B
Plaintext
Raw Normal View History

2017-04-14 19:02:05 +02:00
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp11
...