From b86291ce3985ae1a8a2b4437f464c9ca1e594880 Mon Sep 17 00:00:00 2001 From: Muttley Date: Mon, 26 Nov 2018 18:33:19 +0100 Subject: [PATCH] Coding Style Tools: Add Artistic Style --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2eb161..9b620b2 100644 --- a/README.md +++ b/README.md @@ -877,6 +877,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua ## Coding Style Tools +* [Artistic Style](http://astyle.sourceforge.net/) - A tool to format C/C++/C#/Obj-C/Java code. Also known as astyle. * [ClangFormat](http://clang.llvm.org/docs/ClangFormat.html) - A tool to format C/C++/Obj-C code. * [Clang-Tidy](http://clang.llvm.org/extra/clang-tidy.html) - Clang-based C++ linter tool. * [Uncrustify](https://github.com/bengardner/uncrustify) - Code beautifier.