Double quote style

This commit is contained in:
John Maguire 2020-05-24 16:35:15 +01:00
parent 7e1379ec5d
commit 0e131315c7
1 changed files with 1 additions and 1 deletions

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