summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-14 15:21:22 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-14 15:21:22 (GMT)
commitfa5188d0edf081396ca0134d07cd8706549ddede (patch)
tree0ca4bd292aa7de1a16779dcc3c3f59dcc54f64cc /Tests/Cuda
parent03be8ccbf607b378c7ffcfd2ffe6797612837efa (diff)
parent0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 (diff)
downloadCMake-fa5188d0edf081396ca0134d07cd8706549ddede.zip
CMake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.gz
CMake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.bz2
Merge branch 'backport-clang-format-cuda' into clang-format-cuda
Diffstat (limited to 'Tests/Cuda')
-rw-r--r--Tests/Cuda/.clang-format9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Cuda/.clang-format b/Tests/Cuda/.clang-format
new file mode 100644
index 0000000..a77589a
--- /dev/null
+++ b/Tests/Cuda/.clang-format
@@ -0,0 +1,9 @@
+---
+# This configuration requires clang-format 3.8 or higher.
+BasedOnStyle: Mozilla
+AlignOperands: false
+AlwaysBreakAfterReturnType: None
+AlwaysBreakAfterDefinitionReturnType: None
+ColumnLimit: 79
+Standard: Cpp11
+...