Update how to use .clang-format to format the code.md

This commit is contained in:
xiaoyifang 2023-03-17 09:02:15 +08:00 committed by GitHub
parent 1a0af48a7a
commit ce40e66464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,12 @@ the project has included a .clang-format as the code guideline.
# How to use this file
## Steps:
## QtCreator:
Check the steps in the following webpage.
https://doc.qt.io/qtcreator/creator-indenting-code.html#automatic-formatting-and-indentation
## Visual Studio(Newer Version)
visual studio will automatically detect this file and apply the format guideline.