1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-23 16:01:43 +01:00

Double quote style

This commit is contained in:
John Maguire 2020-05-24 16:35:15 +01:00
parent 7e1379ec5d
commit 0e131315c7

View File

@ -15,7 +15,7 @@ jobs:
- name: clang-format
uses: DoozyX/clang-format-lint-action@v0.6
with:
style: "{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}"
style: "'{BasedOnStyle: Google, DerivePointerBinding: false, Standard: Cpp11}'"
source: ./src
clangFormatVersion: 9