diff options
Diffstat (limited to 'Tests/CompileFeatures/.gitattributes')
-rw-r--r-- | Tests/CompileFeatures/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CompileFeatures/.gitattributes b/Tests/CompileFeatures/.gitattributes new file mode 100644 index 0000000..83da28d --- /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 |