mirror of
https://github.com/MidnightCommander/website.git
synced 2026-02-02 11:13:47 -08:00
Remove extra star
This commit is contained in:
@@ -16,7 +16,7 @@ $ make indent
|
||||
To avoid formatting differences between `clang-format` versions, we currently use `clang-format-{{ extra.clang_format_version }}`. The [clang-format Python distribution](https://pypi.org/project/clang-format/) provides precompiled binaries for all major platforms:
|
||||
|
||||
```shell
|
||||
$ uv tool install 'clang-format=={{ extra.clang_format_version }}.*'
|
||||
$ uv tool install 'clang-format=={{ extra.clang_format_version }}'
|
||||
$ alias clang-format='uvx clang-format'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user