diff options
author | Brad King <brad.king@kitware.com> | 2017-02-14 10:21:22 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-14 10:21:22 -0500 |
commit | fa5188d0edf081396ca0134d07cd8706549ddede (patch) | |
tree | 0ca4bd292aa7de1a16779dcc3c3f59dcc54f64cc /Tests/Cuda | |
parent | 03be8ccbf607b378c7ffcfd2ffe6797612837efa (diff) | |
parent | 0b2f8ae3ba4ee6077051c97b503e1a165d4938f2 (diff) | |
download | cmake-fa5188d0edf081396ca0134d07cd8706549ddede.tar.gz |
Merge branch 'backport-clang-format-cuda' into clang-format-cuda
Diffstat (limited to 'Tests/Cuda')
-rw-r--r-- | Tests/Cuda/.clang-format | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Cuda/.clang-format b/Tests/Cuda/.clang-format new file mode 100644 index 0000000000..a77589a2d4 --- /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 +... |