Skip to content

Commit

Permalink
update clang-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin authored Mar 23, 2024
1 parent c5f9c04 commit 490e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _book/07-contributing/01-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 490e79d

Please sign in to comment.