@@ -606,7 +606,7 @@ Additionally, `editorConfigOverride` options will override what's supplied in `.
606606
607607``` xml
608608<clangFormat >
609- <version >14.0.0-1ubuntu1.1</version > <!-- optional version of clang-format -->
609+ <version >14.0.0-1ubuntu1.1</version > <!-- optional version of clang-format. Explicitly allow "any found version" with '*'. -->
610610 <pathToExe >/path/to/buf</pathToExe > <!-- optional: if clang-format isn't in your path -->
611611 <style >LLVM</style > <!-- optional: can be LLVM, Google, Chromium, Mozilla, WebKit -->
612612</clangFormat >
@@ -635,7 +635,7 @@ Additionally, `editorConfigOverride` options will override what's supplied in `.
635635
636636``` xml
637637<black >
638- <version >19.10b0</version > <!-- optional -->
638+ <version >19.10b0</version > <!-- optional. Explicitly allow "any found version" with '*'. -->
639639 <!-- if black is not on your path, you must specify its location manually -->
640640 <pathToExe >C:/myuser/.pyenv/versions/3.8.0/scripts/black.exe</pathToExe >
641641 <!--
@@ -1161,7 +1161,7 @@ When formatting shell scripts via `shfmt`, configure `shfmt` settings via `.edit
11611161
11621162``` xml
11631163<shfmt >
1164- <version >3.8.0</version > <!-- optional: Custom version of 'mvdan/sh' -->
1164+ <version >3.8.0</version > <!-- optional: Custom version of 'mvdan/sh'. Explicitly allow "any found version" with '*'. -->
11651165 <pathToExe >/opt/homebrew/bin/shfmt</pathToExe > <!-- optional: if shfmt is not on your path, you must specify its location manually -->
11661166</shfmt >
11671167```
@@ -1216,7 +1216,7 @@ Standard Go formatter, part of Go distribution.
12161216
12171217``` xml
12181218<gofmt >
1219- <version >go1.25.1</version >
1219+ <version >go1.25.1</version > <!-- Explicitly allow "any found version" with '*'. -->
12201220 <goExecutablePath >/opt/sdks/go1.25.1/bin/go</goExecutablePath >
12211221</gofmt >
12221222```
@@ -1303,7 +1303,7 @@ RDF parsing is done via [Apache Jena](https://jena.apache.org/) in the version t
13031303[ homepage] ( https://buf.build/ ) [ buf repo] ( https://github.com/bufbuild/buf ) .
13041304``` xml
13051305 <buf >
1306- <version >1.44.0</version > <!-- optional -->
1306+ <version >1.44.0</version > <!-- optional. Explicitly allow "any found version" with '*'. -->
13071307 <pathToExe >/path/to/buf</pathToExe > <!-- optional: if buf isn't in your path -->
13081308 </buf >
13091309```
0 commit comments