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:
parent
7e1379ec5d
commit
0e131315c7
2
.github/workflows/all.yml
vendored
2
.github/workflows/all.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user