From b985d5913763f52152c0092375a03f7e77683c51 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 26 Aug 2021 14:24:49 -0600 Subject: [PATCH] DOC: Add a release note for gh-19754. --- doc/release/upcoming_changes/19754.new_feature.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/release/upcoming_changes/19754.new_feature.rst diff --git a/doc/release/upcoming_changes/19754.new_feature.rst b/doc/release/upcoming_changes/19754.new_feature.rst new file mode 100644 index 000000000000..4e91e4cb3ee0 --- /dev/null +++ b/doc/release/upcoming_changes/19754.new_feature.rst @@ -0,0 +1,7 @@ +A ``.clang-format`` file has been added +--------------------------------------- +Clang-format is a C/C++ code formatter, together with the added +``.clang-format`` file, it produces code close enough to the NumPy +C_STYLE_GUIDE for general use. Clang-format version 12+ is required +due to the use of several new features, it is available in +Fedora 34 and Ubuntu Focal among other distributions.