From 4b267b9e9a6fa245a42854777569238cb4d5d52f Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Fri, 2 Dec 2022 15:12:11 -0500 Subject: [PATCH] Bump suggested clang-format version to `15.0.5` (#4210) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675abe2a8..47986f534 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The code is formatted using clang format in Qt Creator. [.clang-format](src/.cla ### Get it automated with QT Creator + Beautifier + Clang Format -1. Download LLVM: https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/LLVM-11.0.0-win64.exe +1. Download LLVM: https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.5/LLVM-15.0.5-win64.exe 2. During the installation, make sure to add it to your path 3. In QT Creator, select `Help` > `About Plugins` > `C++` > `Beautifier` to enable the plugin 4. Restart QT Creator