diff --git a/_book/07-contributing/01-guidelines.md b/_book/07-contributing/01-guidelines.md index 4de4444..9b893ea 100644 --- a/_book/07-contributing/01-guidelines.md +++ b/_book/07-contributing/01-guidelines.md @@ -6,7 +6,7 @@ This document describes the coding style for the Verovio project for the C++ par ### Formatting -Verovio uses a [ClangFormat](http://clang.llvm.org/docs/ClangFormat.html) (**15.0**) coding style based on the [WebKit](https://webkit.org/code-style-guidelines/) style, with a few minor modifications. The modifications include: +Verovio uses a [ClangFormat](http://clang.llvm.org/docs/ClangFormat.html) (**18.0**) coding style based on the [WebKit](https://webkit.org/code-style-guidelines/) style, with a few minor modifications. The modifications include: ```yaml AllowShortIfStatementsOnASingleLine: true