summaryrefslogtreecommitdiff
path: root/Tests/CompileFeatures
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-22 15:01:23 -0500
committerBrad King <brad.king@kitware.com>2017-02-22 16:59:26 -0500
commitd5f39a56a44fe061018c6acc15e1c3aa7337ff54 (patch)
tree4a4e0bf7ef543de77f176899540a426a5d6b6d23 /Tests/CompileFeatures
parentf6986ee479f1cce6da17859eaf6a0616852b9e20 (diff)
downloadcmake-d5f39a56a44fe061018c6acc15e1c3aa7337ff54.tar.gz
clang-format.bash: Use Git attributes to mark files for formatting
Diffstat (limited to 'Tests/CompileFeatures')
-rw-r--r--Tests/CompileFeatures/.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/.gitattributes b/Tests/CompileFeatures/.gitattributes
new file mode 100644
index 0000000000..83da28dac3
--- /dev/null
+++ b/Tests/CompileFeatures/.gitattributes
@@ -0,0 +1,2 @@
+# Do not format a source containing C++11 '>>' syntax as C++98.
+cxx_right_angle_brackets.cpp -format.clang-format