Skip to content

Commit

Permalink
Add hint to enable beautifier extension in Qt Creator (#5650)
Browse files Browse the repository at this point in the history
  • Loading branch information
fourtf authored Oct 14, 2024
1 parent c0a5a3e commit 6d139af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions BUILDING_ON_WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,10 @@ To automatically format your code, do the following:

1. Download [LLVM 16.0.6](https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.6/LLVM-16.0.6-win64.exe)
2. During the installation, make sure to add it to your path
3. In Qt Creator, Select `Tools` > `Options` > `Beautifier`
4. Under `General` select `Tool: ClangFormat` and enable `Automatic Formatting on File Save`
5. Under `Clang Format` select `Use predefined style: File` and `Fallback style: None`
3. Enable Beautifier under `Extensions` on the left (check "Load on start" and restart)
4. In Qt Creator, Select `Tools` > `Options` > `Beautifier`
5. Under `General` select `Tool: ClangFormat` and enable `Automatic Formatting on File Save`
6. Under `Clang Format` select `Use predefined style: File` and `Fallback style: None`

### Building on MSVC with AddressSanitizer

Expand Down

0 comments on commit 6d139af

Please sign in to comment.