From: Daniel Arndt Date: Mon, 4 Jun 2018 11:44:30 +0000 (+0200) Subject: Remove some more references to astyle X-Git-Tag: v9.1.0-rc1~1079^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=900d1415b9660c469b207d76789d7a012bb5c5c7;p=dealii.git Remove some more references to astyle --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3863cd3f91..634e4e24fe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ Since deal.II is a fairly large project with lots of contributors we use a set of [coding conventions](https://www.dealii.org/developer/doxygen/deal.II/CodingConventions.html) to keep the style of the source code in the library consistent. This -convention essentially consists of using `astyle` for indentation, camel +convention essentially consists of using `clang-format` for indentation, camel case for classes, and lower case letters with underscores for everything else. If you are new to the project then we will work with you to ensure your contributions are formatted with this style, so please do not think of diff --git a/contrib/styles/README.md b/contrib/styles/README.md index 84d86e656b..a2193060b3 100644 --- a/contrib/styles/README.md +++ b/contrib/styles/README.md @@ -1,12 +1,6 @@ This folder contains style files for IDEs for deal.II ============================================================== -Astyle ------- - - astyle.rc - C++ style for astyle, see contrib/utilities/indent - - Atom ----