diff --git a/README.md b/README.md index 74b8e21..0c3862a 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ Example: 'cpp,h' What clang-format version should be used.\ Available version are\ -5,6,7,8,9,10,11(11.0.0),11.0.0, 11.1.0, 12(12.0.1), 12.0.0, 12.0.1, 13(13.0.0), 13.0.0, 14(14.0.0), 14.0.0\ +5,6,7,8,9,10,11(11.0.0),11.0.0, 11.1.0, 12(12.0.1), 12.0.0, 12.0.1, 13(13.0.0), 13.0.0, 14(14.0.0), 14.0.0, 15(15.0.2), 15.0.2\ Default: 9\ -Example: 14 +Example: 15 ### `style` diff --git a/clang-format/clang-format15 b/clang-format/clang-format15 new file mode 120000 index 0000000..adde505 --- /dev/null +++ b/clang-format/clang-format15 @@ -0,0 +1 @@ +clang-format15.0.2 \ No newline at end of file diff --git a/clang-format/clang-format15.0.2 b/clang-format/clang-format15.0.2 new file mode 100755 index 0000000..5c048d1 Binary files /dev/null and b/clang-format/clang-format15.0.2 differ