goldendict-ng/howto/how to use .clang-format to format the code.md

18 lines
366 B
Markdown
Raw Normal View History

2023-03-16 07:35:04 +00:00
# Goal
2023-03-16 07:56:26 +00:00
the project has included a .clang-format as the code guideline.
2023-03-16 07:35:04 +00:00
# How to use this file
## QtCreator:
2023-03-16 07:35:04 +00:00
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.