Coding Style Tools: Add EditorConfig (fix #828), Prettier

This commit is contained in:
myd7349
2019-09-21 20:07:20 +08:00
parent bded902f11
commit 721f324650

View File

@@ -1009,6 +1009,8 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [Artistic Style](http://astyle.sourceforge.net/) - A tool to format C/C++/C#/Obj-C/Java code. Also known as astyle. * [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. * [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. * [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. * [Uncrustify](https://github.com/uncrustify/uncrustify) - Code beautifier.
# Resources # Resources