From b9494c2624df644c43d2778362c85be9411fa39b Mon Sep 17 00:00:00 2001 From: Davide Tantillo Date: Thu, 25 Sep 2025 09:27:26 +0200 Subject: [PATCH] [formatters] Updated readme for clang-format. --- formatters/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatters/README.md b/formatters/README.md index d896d422f..e60ef842f 100644 --- a/formatters/README.md +++ b/formatters/README.md @@ -4,7 +4,7 @@ This folder contains formatter configuration files to be used with IDEs as well You will need the following on your `PATH`: - JDK 10+ -- clang-format 12.0.1 (i.e. `brew install clang-format`). Also set the environment variable `CLANGFORMAT` to the path of the `clang-format` executable. +- clang-format 13.0.1 (i.e. `brew install clang-format`). Also set the environment variable `CLANGFORMAT` to the path of the `clang-format` executable. If you have another version installed, you can get it (here)[https://releases.llvm.org/download.html#13.0.1]. For Apple silicon get `clang+llvm-13.0.1-x86_64-apple-darwin.tar.xz` from github pages. - dotnet format (i.e. `dotnet tool install -g dotnet-format`, comes with dotnet 6 out of the box) - tsfmt, (i.e. `npm install -g typescript-formatter`)