shithub: choc

Download patch

ref: 27bb127924980c1cf27874cc1c5ddce8532d0620
parent: 9b38d6dfbc8ef673a611f97a41d5918616211efd
author: Turo Lamminen <turol@iki.fi>
date: Mon Jun 20 14:52:55 EDT 2022

Change clang-format version to 14

The syntax of AlignOperands option changed in backwards incompatible
way at some point. It's not documented what version so just use current latest.

--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -26,6 +26,7 @@
         with:
           style: file
           lines-changed-only: true
+          version: 14
           tidy-checks: >-
             boost-*
             ,bugprone-*