[Ubuntu] Add clang-format to the readme (#3081)

* Add clang-format to the readme

* Create a function to retrieve clang tool versions

* Add ClangFormatVersions to software report

* Add new line

* Resolve nitpicks
This commit is contained in:
Mikhail Timofeev
2021-04-02 14:38:54 +03:00
committed by GitHub
parent 8472c0699b
commit 3195add3cd
2 changed files with 26 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ $markdown += New-MDList -Style Unordered -Lines (@(
(Get-CPPVersions),
(Get-FortranVersions),
(Get-ClangVersions),
(Get-ClangFormatVersions),
(Get-ErlangVersion),
(Get-MonoVersion),
(Get-NodeVersion),