From 5edad52a400000b645f419975cffd76bf32fbe75 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Fri, 2 Dec 2022 13:34:15 -0500 Subject: [PATCH] Bump suggested clang-format version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 675abe2a8cf..47986f53414 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