From ca0fb7bf47ec1a56b729c25e451334d80be3222e Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 21 Sep 2019 20:16:08 +0800 Subject: [PATCH] Coding Style Tools: Remove Prettier --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4793618..f175d59 100644 --- a/README.md +++ b/README.md @@ -1010,7 +1010,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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. * [EditorConfig](https://editorconfig.org/) - EditorConfig helps maintain consistent coding styles across different editors and IDEs. -* [Prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter. [website](https://prettier.io/) * [Uncrustify](https://github.com/uncrustify/uncrustify) - Code beautifier. # Resources